This commit is contained in:
Stuce 2025-11-16 16:02:11 +01:00
parent 46a42b20bd
commit 5359c5f163

View file

@ -73,6 +73,15 @@
"Password of the caldav calendar, NOT RECOMMENDED, use passwordFile instead !"; "Password of the caldav calendar, NOT RECOMMENDED, use passwordFile instead !";
}; };
}; };
server = {
port = lib.mkOption {
type = lib.types.str;
default = 8000;
example = "6000";
description =
"Port of the server, that will need to be reverse proxied into";
};
};
}; };
}; };
# config = lib.mkOption { # config = lib.mkOption {