hosts/xps16: collect bootloader config in one place
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user