loptland: add qemu-guest-agent

This commit is contained in:
Christoph Hollizeck 2025-04-30 20:10:36 +02:00
parent c8f32f8015
commit 68333e3067
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -22,6 +22,8 @@ in
environment.systemPackages = [ ]; environment.systemPackages = [ ];
services.qemuGuest.enable = true;
sops = { sops = {
secrets = { secrets = {
"forgejo/db/password" = { "forgejo/db/password" = {
@ -154,6 +156,7 @@ in
hostName = "localhost"; hostName = "localhost";
protocol = null; protocol = null;
system = "x86_64-linux"; system = "x86_64-linux";
supportedFeatures = [ supportedFeatures = [
"kvm" "kvm"
"nixos-test" "nixos-test"
@ -161,13 +164,12 @@ in
"benchmark" "benchmark"
]; ];
} }
{ {
hostName = "100.86.23.74"; hostName = "100.86.23.74";
sshUser = "remotebuild"; sshUser = "remotebuild";
sshKey = "/root/.ssh/remotebuild"; sshKey = "/root/.ssh/remotebuild";
systems = [ "aarch64-linux" ]; systems = [ "aarch64-linux" ];
protocol = "ssh-ng"; protocol = "ssh";
supportedFeatures = [ supportedFeatures = [
"nixos-test" "nixos-test"