switch to grub

This commit is contained in:
tristan 2024-01-06 18:09:14 +00:00
parent eb494b3a65
commit 859d354ccc

View file

@ -28,7 +28,11 @@ in {
"electron-25.9.0" "electron-25.9.0"
]; ];
boot.loader.systemd-boot.enable = true; boot.loader.grub = {
enable = true;
device = "nodev";
efiSupport = true;
};
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
networking.networkmanager.enable = true; networking.networkmanager.enable = true;