.
This commit is contained in:
parent
46a42b20bd
commit
5359c5f163
1 changed files with 9 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue