pbp wireguard

This commit is contained in:
Andrea Ciceri 2023-04-21 10:49:52 +02:00
parent 0183615f1c
commit fcfd36c63b
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
6 changed files with 39 additions and 1 deletions

View file

@ -47,7 +47,7 @@
speedFactor = 1;
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
mandatoryFeatures = [];
sshKey = "/var/lib/hydra/queue-runner/.ssh/id_rsa";
# sshKey = "/var/lib/hydra/queue-runner/.ssh/id_rsa";
sshUser = "root";
}
];

View file

@ -33,6 +33,7 @@
thinkpad = "g8wId6Rl0olRFRtAnQ046ihPRYFCtMxOJ+/Z9ARwIxI=";
oneplus6t = "O6/tKaA8Hs7OEqi15hV4RwviR6vyCTMYv6ZlhsI+tnI=";
rock5b = "bc5giljukT1+ChbbyTLdOfejfR3c8RZ4XoXmQM54nTY=";
pbp = "jvfAfQ2ykBndpnoLQTBJzDOhpjMOtIyCufEw+BxMxSc=";
};
mkPeer = hostname: {
publicKey = publicKeys."${hostname}";