bootloader change

This commit is contained in:
2024-04-10 18:48:57 +02:00
parent 4bb943ef31
commit 4edf133c6e

View File

@@ -11,7 +11,13 @@
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
# boot.loader.systemd-boot.enable = true;
boot.loader.grub = {
enable = true;
useOSProber = true;
device = "/dev/nvme0n1";
efiSupport = true;
};
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "zion"; # Define your hostname.