From 5359c5f16312f02c597e9671453e841bdde30755 Mon Sep 17 00:00:00 2001 From: Stuce Date: Sun, 16 Nov 2025 16:02:11 +0100 Subject: [PATCH] . --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index 2139ced..47f6f05 100644 --- a/flake.nix +++ b/flake.nix @@ -73,6 +73,15 @@ "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 {