rekey some secrets
This commit is contained in:
parent
72d23f1160
commit
f4dccd11e9
5 changed files with 40 additions and 46 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue