7 lines
No EOL
116 B
Nix
7 lines
No EOL
116 B
Nix
{ ... }:
|
|
{
|
|
boot.loader = {
|
|
systemd-boot.enable = true;
|
|
efi.canTouchEfiVariables = true;
|
|
};
|
|
} |