diff --git a/modules/common/default.nix b/modules/common/default.nix index 0287426..3de0cdd 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -109,6 +109,10 @@ command = "/run/current-system/sw/bin/nixos-rebuild"; options = [ "NOPASSWD" ]; } + { + command = "/run/current-system/sw/bin/nix-env -p /nix/var/nix/profiles/system"; + options = [ "NOPASSWD" ]; + } ]; } ];