Infini-DL360/radicale: init

This commit is contained in:
Infinidoge 2025-01-15 23:26:48 -05:00
parent eb1bfcf1f1
commit a6fe8d37ed
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
6 changed files with 44 additions and 0 deletions

View file

@ -58,6 +58,9 @@ in
(mkIf config.services.authentik.enable {
inherit (secrets) authentik authentik-ldap;
})
(mkIf config.services.radicale.enable {
radicale-ldap = withOwnerGroup "radicale" secrets.radicale-ldap;
})
];
};
}

BIN
secrets/radicale-ldap.age Normal file

Binary file not shown.

View file

@ -45,4 +45,5 @@ generate [
"ovpn.age"
"authentik.age"
"authentik-ldap.age"
"radicale-ldap.age"
]