mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
7 lines
136 B
Nix
7 lines
136 B
Nix
{...}: {
|
|
boot.loader = {
|
|
efi.canTouchEfiVariables = true;
|
|
systemd-boot.enable = true;
|
|
};
|
|
system.stateVersion = "24.05";
|
|
}
|