mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
9 lines
215 B
Nix
9 lines
215 B
Nix
{ ... }: {
|
|
|
|
# Use the systemd-boot EFI boot loader.
|
|
# These came with the system and I don't know if they're required.
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
|
|
}
|