diff options
| author | Daniel Nagy <danielnagy@posteo.de> | 2021-05-25 19:28:01 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-01 13:15:24 +0000 |
| commit | fda7b068300782188bd77396a7a438787ad092cb (patch) | |
| tree | d0a80a8ef445a7fe4026de8d11d5c11cef778f97 | |
| parent | nixos/gitDaemon: set port type to `types.port` (diff) | |
| download | nixpkgs-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.nix | 2 |
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. |
