minor changes

This commit is contained in:
kenji
2025-08-17 09:46:09 -05:00
parent e1cf3ad59d
commit 45010d5f0a
8 changed files with 29 additions and 15 deletions
+6
View File
@@ -13,7 +13,13 @@
};
systemd-boot = lib.mkIf (myConfig.nixos.Boot.mode == "systemd") {
enable = true;
# xbootldrMountPoint = "/boot";
edk2-uefi-shell.enable = true;
edk2-uefi-shell.sortKey = "z_edk2";
};
# grub ain't that great for advanced setups such as using a secure boot.
grub = lib.mkIf (myConfig.nixos.Boot.mode == "grub") {
enable = true;
efiSupport = true;