Files
dotfiles/system-modules/nx2site/open-web-calendar.nix
Lennart J. Kurzweg (Nx2) f77d0d2301 nxcaldav (manual for now)
2026-03-23 14:29:08 +01:00

15 lines
325 B
Nix

{ pkgs, ... }@all: with all; {
services = {
open-web-calendar = {
enable = true;
domain = "owc.${hyper.domain}";
package = pkgs.open-web-calendar;
settings = {
# PORT = 21342;
};
calendarSettings = { };
};
};
# proxy endpoint is done is done automatically
}