mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 01:02:23 +00:00
Compare commits
2 Commits
183babd2f0
...
bf4be11718
Author | SHA1 | Date | |
---|---|---|---|
|
bf4be11718 | ||
|
4d38d1094f |
@ -6,4 +6,10 @@
|
|||||||
config = { whitelist = { prefix = [ config.dotfilesPath ]; }; };
|
config = { whitelist = { prefix = [ config.dotfilesPath ]; }; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Prevent garbage collection
|
||||||
|
nix.extraOptions = ''
|
||||||
|
keep-outputs = true
|
||||||
|
keep-derivations = true
|
||||||
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,9 @@
|
|||||||
# 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