Open teto opened 2 years ago
A quick fix is to set the services.peerix.package option
How do you do that?
I can't see your entire configuration, so I'm not sure. That might work, but if it doesn't you should do(assuming,x86_64-linux, change according to your device
{
services.peerix.package = peerix.packages.x86_64-linux.peerix;
services.peerix.enable = true;
}
Feel free to ask if that doesn't clear it up
This works :+1:
You can also use peerix.packages.${pkgs.system}.peerix
to detect the correct platform automatically
I've tried adding peerix to my current config:
but I get:
seems like something is missing
here is a partial output of
nix flake metadata
: