Switch to systemd-boot

This commit is contained in:
Greg Hellings
2023-08-18 19:12:57 -05:00
parent 836c376403
commit 69a10eb0e1
+3 -3
View File
@@ -7,17 +7,17 @@
supportedFilesystems = [ "ntfs" ];
loader = {
systemd-boot = {
enable = false;
enable = true;
configurationLimit = 10;
extraEntries = {
"Windows.conf" = (lib.strings.concatStringsSep "\n" [
"title Windows"
"efi /EFI/Windows/bootmgfw.efi"
"efi /EFI/Microsoft/EFI/bootmgfw.efi"
]);
};
};
grub = {
enable = true;
enable = false;
device = "/dev/nvme0n1";
useOSProber = true;
efiSupport = true;