6 lines
154 B
Nix
6 lines
154 B
Nix
|
_: {
|
||
|
boot.loader.systemd-boot.enable = true;
|
||
|
boot.loader.generic-extlinux-compatible.enable = false;
|
||
|
boot.loader.efi.canTouchEfiVariables = true;
|
||
|
}
|