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

13 lines
216 B
Nix

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