From 4eac059fb0e2de6250f61c6a0b75bdd4965f3e50 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Wed, 30 Apr 2025 20:10:36 +0200 Subject: [PATCH] loptland: add qemu-guest-agent --- systems/x86_64-linux/loptland/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/systems/x86_64-linux/loptland/default.nix b/systems/x86_64-linux/loptland/default.nix index e29a2d0..5698701 100644 --- a/systems/x86_64-linux/loptland/default.nix +++ b/systems/x86_64-linux/loptland/default.nix @@ -22,6 +22,8 @@ in environment.systemPackages = [ ]; + services.qemuGuest.enable = true; + sops = { secrets = { "forgejo/db/password" = { @@ -154,6 +156,7 @@ in hostName = "localhost"; protocol = null; system = "x86_64-linux"; + supportedFeatures = [ "kvm" "nixos-test" @@ -161,13 +164,12 @@ in "benchmark" ]; } - { hostName = "100.86.23.74"; sshUser = "remotebuild"; sshKey = "/root/.ssh/remotebuild"; systems = [ "aarch64-linux" ]; - protocol = "ssh-ng"; + protocol = "ssh"; supportedFeatures = [ "nixos-test"