diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 229ae7c..f19fd40 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -35,7 +35,7 @@ users = [ "blake" ]; commands = [ { - command = "${config.system.build.nixos-rebuild}"; + command = "/run/current-system/sw/bin/nixos-rebuild"; options = [ "NOPASSWD" ]; } ];