Infini-DL360/radicale: init
This commit is contained in:
parent
eb1bfcf1f1
commit
a6fe8d37ed
6 changed files with 44 additions and 0 deletions
|
@ -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
BIN
secrets/radicale-ldap.age
Normal file
Binary file not shown.
|
@ -45,4 +45,5 @@ generate [
|
|||
"ovpn.age"
|
||||
"authentik.age"
|
||||
"authentik-ldap.age"
|
||||
"radicale-ldap.age"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue