This commit is contained in:
2025-09-05 22:48:19 -04:00
parent 9433abcaf4
commit de92297c79
6 changed files with 217 additions and 165 deletions

View File

@@ -33,10 +33,16 @@ in
canTouchEfiVariables = false;
};
systemd-boot = {
# systemd-boot = {
# enable = true;
# configurationLimit = 20;
# editor = false;
# };
grub = {
enable = true;
configurationLimit = 20;
editor = false;
efiSupport = true;
efiInstallAsRemovable = true;
};
timeout = mkDefault 1;