aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 765c544..f7f3986 100644
--- a/flake.nix
+++ b/flake.nix
@@ -41,7 +41,7 @@
options = {
url = lib.mkOption {
description = "URL of the WebTray instance";
- type = lib.types.strMatching "https?://[a-z0-9.]*";
+ type = lib.types.strMatching "http[s]?://[a-z0-9.]*:?[0-9]*";
};
autoStart = lib.mkOption {
description = "WebTray Instances to start on login";