nixos/nar-serve: use `port` type

launchpad/nixpkgs/master
Daniel Nagy 3 years ago
parent 73896b0634
commit 7d1363d0cb
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671
  1. 2
      nixos/modules/services/networking/nar-serve.nix

@ -13,7 +13,7 @@ in
enable = mkEnableOption "Serve NAR file contents via HTTP";
port = mkOption {
type = types.int;
type = types.port;
default = 8383;
description = ''
Port number where nar-serve will listen on.

Loading…
Cancel
Save