nixos/syncserver: set port type to `types.port`

launchpad/nixpkgs/master
Daniel Nagy 3 years ago
parent 048c45679f
commit 65b32a0afe
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671
  1. 2
      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.

Loading…
Cancel
Save