mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 10:22:24 +00:00
Compare commits
No commits in common. "bf4be1171800fb8a174b1bdc1d16e27a36bbb14f" and "183babd2f09d7cb4b33090701446f6efe21448ce" have entirely different histories.
bf4be11718
...
183babd2f0
@ -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
|
|
||||||
'';
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user