6 lines
102 B
Nix
6 lines
102 B
Nix
{...}: {
|
|
boot.loader = {
|
|
systemd-boot.enable = true;
|
|
efi.canTouchEfiVariables = true;
|
|
};
|
|
} |