tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
nixos/nexus: use `types.port`
h7x4
6 months ago
c31d264b
1cd9d474
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
web-apps
nexus.nix
+1
-1
nixos/modules/services/web-apps/nexus.nix
reviewed
···
46
46
};
47
47
48
48
listenPort = mkOption {
49
49
-
type = types.int;
49
49
+
type = types.port;
50
50
default = 8081;
51
51
description = "Port to listen on.";
52
52
};