Nix configurations for my personal machines (Linux & macOS)

wallsocket: fix boot resolution to match screens

ovyerus.com 9d2c2a38 235c12ab

verified
Changed files
+1
hosts
wallsocket
+1
hosts/wallsocket/hardware.nix
···
# Bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 10;
boot.loader.efi.canTouchEfiVariables = true;
# Disks
···
# Bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 10;
+
boot.loader.systemd-boot.consoleMode = "max";
boot.loader.efi.canTouchEfiVariables = true;
# Disks