mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
radicale: Init module
This commit is contained in:
parent
391081fe8e
commit
eb4b41222d
3 changed files with 59 additions and 2 deletions
|
|
@ -30,17 +30,24 @@
|
|||
deviceId = "5R2MH7T-Q2ZZS2P-ZMSQ2UJ-B6VBHES-XYLNMZ6-7FYC27L-4P7MGJ2-FY4ITQD";
|
||||
gui.domain = "syncthing.${config.custom.services.tailscale.domain}";
|
||||
};
|
||||
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
doBackups = true;
|
||||
domain = "cloud.${config.custom.services.tailscale.domain}";
|
||||
};
|
||||
|
||||
actualbudget = {
|
||||
enable = true;
|
||||
doBackups = true;
|
||||
domain = "budget.${config.custom.services.tailscale.domain}";
|
||||
};
|
||||
|
||||
radicale = {
|
||||
enable = true;
|
||||
domain = "calendar.${config.custom.services.tailscale.domain}";
|
||||
};
|
||||
|
||||
caddy.virtualHosts = {
|
||||
syncthing-gui = {
|
||||
inherit (config.custom.services.syncthing.gui) domain port;
|
||||
|
|
@ -51,6 +58,9 @@
|
|||
actualbudget = {
|
||||
inherit (config.custom.services.actualbudget) domain port;
|
||||
};
|
||||
radicale = {
|
||||
inherit (config.custom.services.radicale) domain port;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue