rekey some secrets

This commit is contained in:
William 2024-08-27 15:14:59 -03:00
parent 72d23f1160
commit f4dccd11e9
5 changed files with 40 additions and 46 deletions

View file

@ -15,8 +15,11 @@ let
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK95QueW+jp1ZmF299Xr3XkgHJ6dL7aZVsfWxqbOKVKA";
alexandria = [ alexandria-host ];
taipei-host = "";
taipei = [ taipei-host ];
desktops = io ++ rotterdam;
servers = alexandria;
servers = alexandria ++ taipei;
all-hosts = desktops ++ servers;
in {
"nextcloud-secrets.json.age".publicKeys = all-hosts;