diff options
Diffstat (limited to 'custom/tinc')
-rw-r--r-- | custom/tinc/yggdrasil.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix index 2caa74a0..f5684d08 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix | |||
@@ -43,13 +43,6 @@ in { | |||
43 | }; | 43 | }; |
44 | 44 | ||
45 | config = mkIf cfg.enable { | 45 | config = mkIf cfg.enable { |
46 | security.sudo = { | ||
47 | enable = true; | ||
48 | extraConfig = '' | ||
49 | tinc.yggdrasil ${config.networking.hostName} = (root) NOPASSWD: SETENV: ${heimdallr-up}, ${heimdallr-down} | ||
50 | ''; | ||
51 | }; | ||
52 | |||
53 | services.customTinc.networks."yggdrasil" = { | 46 | services.customTinc.networks."yggdrasil" = { |
54 | inherit (cfg) name interfaceConfig; | 47 | inherit (cfg) name interfaceConfig; |
55 | debugLevel = 2; | 48 | debugLevel = 2; |