nixfiles/modules/boot.nix
2024-08-30 13:15:37 +01:00

7 lines
136 B
Nix

{...}: {
boot.loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
};
system.stateVersion = "24.05";
}