Compare commits

..

No commits in common. "bf4be1171800fb8a174b1bdc1d16e27a36bbb14f" and "183babd2f09d7cb4b33090701446f6efe21448ce" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -6,10 +6,4 @@
config = { whitelist = { prefix = [ config.dotfilesPath ]; }; }; config = { whitelist = { prefix = [ config.dotfilesPath ]; }; };
}; };
# Prevent garbage collection
nix.extraOptions = ''
keep-outputs = true
keep-derivations = true
'';
} }

View File

@ -13,9 +13,6 @@
# Attempt to display GRUB on widescreen monitor # Attempt to display GRUB on widescreen monitor
gfxmodeEfi = "1920x1080"; gfxmodeEfi = "1920x1080";
# Limit the total number of configurations to rollback
configurationLimit = 25;
# Install GRUB onto the boot disk # Install GRUB onto the boot disk
# device = config.fileSystems."/boot".device; # device = config.fileSystems."/boot".device;