mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added note to pre-removed line
This commit is contained in:
parent
fc03c3ed07
commit
1d8e42ef1c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
boot.loader.systemd-boot.configurationLimit = 5;
|
boot.loader.systemd-boot.configurationLimit = 5;
|
||||||
|
|
||||||
nix.settings.auto-optimise-store = true;
|
nix.settings.auto-optimise-store = true;
|
||||||
config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true; # required for discord
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-generations 8d";
|
options = "--delete-generations 8d";
|
||||||
|
|
Loading…
Reference in a new issue