Expose radicale publicly

This commit is contained in:
SebastianStork 2026-01-14 21:06:58 +01:00
parent 11769ee3ac
commit 7b8435a555
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
4 changed files with 13 additions and 13 deletions

View file

@ -74,6 +74,12 @@
branding.name = "SproutedBin";
};
radicale = {
enable = true;
domain = "dav.${sproutedDomain}";
doBackups = true;
};
alloy = {
enable = true;
domain = "alloy.${config.networking.hostName}.${config.custom.networking.overlay.domain}";