Automatic garbage collection

This commit is contained in:
Filippo Berto 2021-11-12 11:44:52 +01:00
parent 97f3071af0
commit 6a8040a4cb
2 changed files with 2 additions and 1 deletions

View file

@ -202,8 +202,8 @@
'';
security.pam.services.sddm.enableGnomeKeyring = true;
# Allow non free packages
nixpkgs.config.allowUnfree = true;
nix.gc.automatic = true;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions

View file

@ -148,6 +148,7 @@
};
nixpkgs.config.allowUnfree = true;
nix.gc.automatic = true;
system.stateVersion = "21.05"; # Did you read the comment?
}