diff --git a/hosts/modules/nasp.nix b/hosts/modules/nasp.nix index f54e8aa..a853aa9 100644 --- a/hosts/modules/nasp.nix +++ b/hosts/modules/nasp.nix @@ -243,10 +243,11 @@ in }; security.sudo.extraConfig = '' %nasp ALL = (root) NOPASSWD: /run/current-system/sw/bin/docker - %nasp ALL = (root) NOPASSWD: /run/current-system/sw/bin/reboot %nasp ALL = (root) NOPASSWD: /run/current-system/sw/bin/whoami %nasp ALL = (root) NOPASSWD: /run/current-system/sw/bin/nvidia-smi %nasp ALL = (root) NOPASSWD: /run/current-system/sw/bin/shutdown + %nasp ALL = (root) NOPASSWD: /run/current-system/sw/bin/poweroff + %nasp ALL = (root) NOPASSWD: /run/current-system/sw/bin/reboot %nasp ALL = (root) NOPASSWD: /run/current-system/sw/bin/ip ''; })