switch to age keys

This commit is contained in:
uku 2024-01-18 16:35:14 +01:00
parent a5a4e36fac
commit 6a456fc990
Signed by: uku
GPG key ID: 7D01D7B105E77166
6 changed files with 48 additions and 48 deletions

View file

@ -1,12 +1,12 @@
let
fuji = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHETiSgdsFFub534ChUKrY3U1ApAlyM7jqFmj3qN65so root@fuji";
kilimandjaro = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPbRi03uVAVzqEI5zc8QmP3uthcC1ep55gQL+nQPrEvv root@kilimandjaro";
fuji = "age16ujdfcahmnhe4ygruf28n0urgxycv8zgsp4f8856a5suewhn49cs0mqk7w";
kilimandjaro = "age1ny0re542mcvf829y28rz6eta9myaqlxasfnn933srw64dlgavpsqc59q79";
main = [fuji kilimandjaro];
server = main;
all = main;
in {
"userPassword.age".publicKeys = server;
"tailscaleKey.age".publicKeys = server;
"userPassword.age".publicKeys = all;
"tailscaleKey.age".publicKeys = all;
"fuji/rootPassword.age".publicKeys = main;
"kilimandjaro/rootPassword.age".publicKeys = main;