diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-03-04 16:43:13 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-03-04 16:43:13 +0100 |
| commit | efde74395d32ea21823ef8942a346a839b4e8f4a (patch) | |
| tree | 243763b8b832171c42ad00165e54186d0b2aadbd /nixos | |
| parent | 7b52aa64f18eae77770a0dc446c3defaeff13c0d (diff) | |
nixos: nix: remove unrecognized CPUWeight option
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/nix.nix | 3 |
1 files changed, 0 insertions, 3 deletions
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; }; } |
