This commit is contained in:
Vivian 2023-05-03 14:08:38 +02:00
parent 10efcda101
commit 5eea247b4d

View file

@ -20,7 +20,9 @@
networking.firewall.allowedTCPPorts = [ ];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
}