added keycloak service
This commit is contained in:
parent
b3a3b7ee75
commit
fe5352b703
4 changed files with 46 additions and 4 deletions
|
|
@ -1,13 +1,14 @@
|
|||
let
|
||||
io = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKCIrKJk5zWzWEHvLMPMK8T3PyeBjsCsqzxPN+OrXfhA";
|
||||
desktops = [ io ];
|
||||
|
||||
|
||||
alexandria = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK95QueW+jp1ZmF299Xr3XkgHJ6dL7aZVsfWxqbOKVKA";
|
||||
servers = [ alexandria ];
|
||||
|
||||
|
||||
all-hosts = desktops ++ servers;
|
||||
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