summaryrefslogtreecommitdiff
path: root/nixos/nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/nix.nix')
-rw-r--r--nixos/nix.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/nix.nix b/nixos/nix.nix
index 01f86e7..15337bb 100644
--- a/nixos/nix.nix
+++ b/nixos/nix.nix
@@ -10,8 +10,7 @@
system.autoUpgrade.flags =
let update-input = input: [ "--update-input" input ];
- in update-input "home-manager" ++ update-input "nixos-hardware"
- ++ [ "--impure" ];
+ in update-input "home-manager" ++ update-input "nixos-hardware";
# make auto-upgrade service lightweight
systemd.services.nixos-upgrade.unitConfig = { CPUWeight = 1; };