mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
Removed autoUpgrade because using flakes
This commit is contained in:
parent
8fcfed44be
commit
7684f415f9
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@
|
||||||
|
|
||||||
nix.settings.auto-optimise-store = true;
|
nix.settings.auto-optimise-store = true;
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
system.autoUpgrade.enable = true;
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-generations 8d";
|
options = "--delete-generations 8d";
|
||||||
|
|
Loading…
Reference in a new issue