10 lines
129 B
Nix
10 lines
129 B
Nix
|
|
|
|
{ config, ... }:
|
|
|
|
{
|
|
boot.loader = {
|
|
systemd-boot.enable = true;
|
|
efi.canTouchEfiVariables = true;
|
|
};
|
|
} |