diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/tinc/yggdrasil.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix index cf4c43e2..d0492793 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix | |||
@@ -81,12 +81,12 @@ in { | |||
81 | "hosts/borealis-up" = '' | 81 | "hosts/borealis-up" = '' |
82 | #!${pkgs.stdenv.shell} | 82 | #!${pkgs.stdenv.shell} |
83 | 83 | ||
84 | exec sudo -En ${borealis-up} | 84 | exec ${config.security.wrapperDir}/sudo -En ${borealis-up} |
85 | ''; | 85 | ''; |
86 | "hosts/borealis-down" = '' | 86 | "hosts/borealis-down" = '' |
87 | #!${pkgs.stdenv.shell} | 87 | #!${pkgs.stdenv.shell} |
88 | 88 | ||
89 | exec sudo -En ${borealis-down} | 89 | exec ${config.security.wrapperDir}/sudo -En ${borealis-down} |
90 | ''; | 90 | ''; |
91 | }; | 91 | }; |
92 | }; | 92 | }; |