Major cleanup

This commit is contained in:
William 2024-09-18 12:42:20 -03:00
parent 46275901fd
commit b2ff93693a
24 changed files with 39 additions and 289 deletions

View file

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