Loading nixos/modules/services/networking/cjdns.nix +3 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,9 @@ in serviceConfig = { Type = "forking"; Restart = "on-failure"; ProtectHome = true; PrivateTmp = true; }; }; Loading Loading
nixos/modules/services/networking/cjdns.nix +3 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,9 @@ in serviceConfig = { Type = "forking"; Restart = "on-failure"; ProtectHome = true; PrivateTmp = true; }; }; Loading