hosts/test-nixos: add bootloader and state config

This commit is contained in:
2025-08-13 05:18:38 -07:00
parent bc0582016a
commit c560e552ee

View File

@@ -12,6 +12,11 @@
qemu.enable = true;
spice.enable = true;
system.stateVersion = "24.11";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
base.userSSHKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILiUy2yjIkdryH7pYMdkCNryy9gceqXJ7bhtMvvpPBIk etorres@xenon"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPByHF+TF/4rsMtZ+HxZfwmNi83sia5t+OHjn8X7BHn etorres@radon"