hosts/xps16: collect bootloader config in one place

This commit is contained in:
2025-05-05 22:27:58 +02:00
parent 6cad08b8f3
commit b32342219c

View File

@@ -24,8 +24,11 @@
system.stateVersion = "24.11";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
systemd-boot.consoleMode = "1";
};
boot.binfmt.emulatedSystems = [
"x86_64-windows"
@@ -53,8 +56,6 @@
packages = with pkgs; [ terminus_font ];
};
boot.loader.systemd-boot.consoleMode = "1";
machineVars = {
headless = false;
gaming = true;