From efde74395d32ea21823ef8942a346a839b4e8f4a Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 4 Mar 2023 16:43:13 +0100 Subject: nixos: nix: remove unrecognized CPUWeight option --- nixos/nix.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'nixos') diff --git a/nixos/nix.nix b/nixos/nix.nix index 281a786..350510d 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -15,7 +15,4 @@ "latitude-7490/nixpkgs" "latitude-7490/stylix" ]; - - # make auto-upgrade service lightweight - systemd.services.nixos-upgrade.unitConfig = { CPUWeight = 1; }; } -- cgit v1.2.3