removed un-used line

This commit is contained in:
Nickiel12 2023-12-17 20:09:28 -08:00
parent b88ef49981
commit fc03c3ed07

View file

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