boot directory

This commit is contained in:
2026-05-19 00:49:40 -05:00
parent 0a25a9b1f9
commit 3a676d1557
6 changed files with 66 additions and 63 deletions
+12 -10
View File
@@ -178,16 +178,18 @@ in
# ================================ #
# Grub Boot Loader Setup
boot.loader = {
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
};
grub = {
efiSupport = true;
device = "nodev";
configurationLimit = 3;
};
boot.loader.grub = {
enable = true;
zfsSupport = true;
efiSupport = true;
efiInstallAsRemovable = true;
configurationLimit = 25;
mirroredBoots = [
{
devices = [ "nodev" ];
path = "/boot";
}
];
};
# Rollback root on reboot