.files/nix/configurations/tungsten/nixos/misc.nix

11 lines
169 B
Nix

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