add baikal to postgres

This commit is contained in:
XenGi 2026-06-20 00:42:12 +02:00
commit f9952abd54
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0
4 changed files with 11 additions and 5 deletions

View file

@ -192,6 +192,12 @@
group = "postgres"; group = "postgres";
mode = "0400"; mode = "0400";
}; };
postgres-baikal = {
file = ./secrets/postgres-baikal.age;
owner = "postgres";
group = "postgres";
mode = "0400";
};
}; };
} }
./hosts/sql ./hosts/sql

View file

@ -14,6 +14,7 @@ let
(mkEntry "hedgedoc" 26) # md.berlin.ccc.de (mkEntry "hedgedoc" 26) # md.berlin.ccc.de
(mkEntry "grafana" 14) # monitoring.berlin.ccc.de (mkEntry "grafana" 14) # monitoring.berlin.ccc.de
(mkEntry "forgejo" 16) # git.berlin.ccc.de (mkEntry "forgejo" 16) # git.berlin.ccc.de
(mkEntry "baikal" 24) # dav.berlin.ccc.de
]; ];
mkEntry = name: octet: { mkEntry = name: octet: {
user = { user = {

BIN
secrets/postgres-baikal.age Normal file

Binary file not shown.

View file

@ -54,11 +54,10 @@ in
_sql _sql
_monitoring _monitoring
]; ];
"postgres-forgejo.age".publicKeys = "postgres-baikal.age".publicKeys = xengi ++ [
xengi _sql
++ shokinn _dav
++ [ _sql ]; ];
"www-staging-htpasswd.age".publicKeys = xengi ++ [ _www ]; "www-staging-htpasswd.age".publicKeys = xengi ++ [ _www ];
"radicale_htpasswd.age".publicKeys = xengi ++ [ _dav ]; "radicale_htpasswd.age".publicKeys = xengi ++ [ _dav ];
} }