add c2 keys

This commit is contained in:
Henri Dohmen 2025-05-26 22:29:04 +02:00
parent 16f491a6ca
commit 7268b56265
3 changed files with 11 additions and 0 deletions

View file

@ -2,6 +2,7 @@ _: rec {
# this is only used for forcing password entry on colmena apply
priviliged-by-host = {
"solo" = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFsl8pLaGeCL3kacGWf8pzoLQr501ga/2OzvI2wWbTZJ";
"c2" = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJAZaswaiA+oQ9NviADYFf7BJQHNlmdxQuocIdoJmv3o";
};
priviliged = builtins.attrValues priviliged-by-host;