Switch to systemd-boot
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
e1b29e0cd3
commit
9b118b0e7c
@ -60,15 +60,18 @@ in
|
|||||||
canTouchEfiVariables = false;
|
canTouchEfiVariables = false;
|
||||||
};
|
};
|
||||||
generationsDir.copyKernels = true;
|
generationsDir.copyKernels = true;
|
||||||
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
/* disable grub support
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
copyKernels = true;
|
copyKernels = true;
|
||||||
zfsSupport = lib.mkIf (cfg.filesystem == "zfs") true;
|
zfsSupport = lib.mkIf (cfg.filesystem == "zfs") true;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
efiInstallAsRemovable = true;
|
efiInstallAsRemovable = true;
|
||||||
fsIdentifier = "uuid";
|
fsIdentifier = "uuid";
|
||||||
enableCryptodisk = lib.mkIf cfg.fullDiskEncryption true;
|
enableCryptodisk = lib.mkIf cfg.fullDiskEncryption true;
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user