loptland: add qemu-guest-agent
This commit is contained in:
parent
c8f32f8015
commit
68333e3067
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue