From b0214d50e9a728d77d98d791e92dfe3747f27e23 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Tue, 21 Feb 2023 22:34:46 +0100 Subject: factor out common home-manager configuration --- nixos/nix.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nixos/nix.nix') 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; }; -- cgit v1.2.3