diff --git a/configs/peerix.nix b/configs/peerix.nix index 420add7..2e23464 100644 --- a/configs/peerix.nix +++ b/configs/peerix.nix @@ -37,6 +37,7 @@ with lib; { enable = true; openFirewall = false; user = "peerix"; + group = "peerix"; privateKeyFile = "${config.tsPeerix.privateKeyFile}"; publicKeyFile = ./peerix.pubs; };