nxcaldav (manual for now)

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-03-23 14:29:08 +01:00
parent bfa820a82a
commit f77d0d2301
5 changed files with 15 additions and 8 deletions

View File

@@ -1,9 +1,8 @@
{ pkgs, ... }@all: with all;
{
{ pkgs, ... }@all: with all; {
services = {
open-web-calendar = {
enable = true;
domain = "cal.${hyper.domain}";
domain = "owc.${hyper.domain}";
package = pkgs.open-web-calendar;
settings = {
# PORT = 21342;
@@ -11,4 +10,5 @@
calendarSettings = { };
};
};
# proxy endpoint is done is done automatically
}