Site hosting
This commit is contained in:
parent
08e278f818
commit
b8455c491b
5 changed files with 123 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue