mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-13 02:02: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;
|
||
|
|
||
|
}
|