summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-05-25 19:28:01 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-01 13:15:24 +0000
commitfda7b068300782188bd77396a7a438787ad092cb (patch)
treed0a80a8ef445a7fe4026de8d11d5c11cef778f97
parentnixos/gitDaemon: set port type to `types.port` (diff)
downloadnixpkgs-fda7b068300782188bd77396a7a438787ad092cb.tar.gz
nixos/syncserver: set port type to `types.port`
(cherry picked from commit 65b32a0afe69258e3fa2fb245ea2315c8683281f)
-rw-r--r--nixos/modules/services/networking/firefox/sync-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/firefox/sync-server.nix b/nixos/modules/services/networking/firefox/sync-server.nix
index 6842aa735617..24f768649530 100644
--- a/nixos/modules/services/networking/firefox/sync-server.nix
+++ b/nixos/modules/services/networking/firefox/sync-server.nix
@@ -67,7 +67,7 @@ in
};
listen.port = mkOption {
- type = types.int;
+ type = types.port;
default = 5000;
description = ''
Port on which the sync server listen to.