This commit is contained in:
Daniel Flanagan 2023-09-04 11:27:25 -05:00
parent 7526c8a8e5
commit 8f8533f73b
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ in
nix.settings.experimental-features = [ "nix-command" "flakes" ];
boot.loader.grub.devices = [ "/dev/sda" ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;