make host pubkeys reachable via myData

This commit is contained in:
2023-07-23 15:02:58 +03:00
parent a6a1229825
commit b529dd5c5c
4 changed files with 16 additions and 12 deletions

View File

@@ -20,4 +20,9 @@ in {
"secrets/motiejus_passwd_hash.age".publicKeys = [hel1-a vno1-oh2] ++ motiejus;
"secrets/root_passwd_hash.age".publicKeys = [hel1-a vno1-oh2] ++ motiejus;
host_pubkeys = {
"hel1-a.servers.jakst" = hel1-a;
"vno1-oh2.servers.jakst" = vno1-oh2;
};
}