diff --git a/thrall/configuration.nix b/thrall/configuration.nix index 7176f63..bb63839 100644 --- a/thrall/configuration.nix +++ b/thrall/configuration.nix @@ -67,7 +67,7 @@ extraRules = [ { groups = [ "wheel" ]; commands = [ - { command = "/run/current-system/sw/bin/nixos-rebuild switch"; + { command = "/run/current-system/sw/bin/nixos-rebuild"; options = [ "NOPASSWD" ]; } ];