added keycloak service

This commit is contained in:
baduhai 2023-01-08 18:36:04 -03:00
parent b3a3b7ee75
commit fe5352b703
4 changed files with 46 additions and 4 deletions

View file

@ -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;
}