Removed autoUpgrade because using flakes

This commit is contained in:
Nickiel12 2023-03-11 13:40:24 -08:00
parent 8fcfed44be
commit 7684f415f9

View file

@ -52,7 +52,6 @@
nix.settings.auto-optimise-store = true;
nixpkgs.config.allowUnfree = true;
system.autoUpgrade.enable = true;
nix.gc = {
automatic = true;
options = "--delete-generations 8d";