added note to pre-removed line

This commit is contained in:
Nickiel12 2023-12-17 20:38:53 -08:00
parent fc03c3ed07
commit 1d8e42ef1c

View file

@ -59,7 +59,7 @@
boot.loader.systemd-boot.configurationLimit = 5;
nix.settings.auto-optimise-store = true;
config.allowUnfree = true;
nixpkgs.config.allowUnfree = true; # required for discord
nix.gc = {
automatic = true;
options = "--delete-generations 8d";