7 lines
164 B
Nix
7 lines
164 B
Nix
{ ... }:
|
|
{
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
|
|
system.stateVersion = "24.11"; # Did you read the comment?
|
|
}
|