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