mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 06:22:56 +00:00
8 lines
146 B
Nix
8 lines
146 B
Nix
{ ... }: {
|
|
|
|
# Use the systemd-boot EFI boot loader.
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
|
|
}
|