managing ssh keys
This commit is contained in:
parent
aa5bb1b3cd
commit
8defc97c6d
4 changed files with 7 additions and 12 deletions
|
|
@ -1,6 +1,7 @@
|
|||
let
|
||||
io = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKCIrKJk5zWzWEHvLMPMK8T3PyeBjsCsqzxPN+OrXfhA";
|
||||
desktops = [ io ];
|
||||
rotterdam = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA1v3+q3EaruiiStWjubEJWvtejam/r41uoOpCdwJtLL"
|
||||
desktops = [ io rotterdam ];
|
||||
|
||||
alexandria = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK95QueW+jp1ZmF299Xr3XkgHJ6dL7aZVsfWxqbOKVKA";
|
||||
servers = [ alexandria ];
|
||||
|
|
@ -9,6 +10,5 @@ let
|
|||
in
|
||||
{
|
||||
"cloudflare-creds.age".publicKeys = all-hosts;
|
||||
"keycloakpg-pass.age".publicKeys = all-hosts;
|
||||
"paperless-pass.age".publicKeys = all-hosts;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue