Site hosting

This commit is contained in:
Lucas Thelen 2025-10-02 03:32:00 +00:00
parent 08e278f818
commit b8455c491b
5 changed files with 123 additions and 3 deletions

View file

@ -4,5 +4,8 @@ let
machine1 =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINptuT84VNef3qdFdkqj5kbJtnzoenWcOwcWbdOqQxld root@labtop";
users = [ user1 machine1 ];
in { "tailscale.age".publicKeys = users; }
in {
"tailscale.age".publicKeys = users;
"secrets/aws.age".publicKeys = users;
}