nxcaldav (manual for now)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user