mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Expose radicale publicly
This commit is contained in:
parent
11769ee3ac
commit
7b8435a555
4 changed files with 13 additions and 13 deletions
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue