tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/zerobin: use `types.port`
h7x4
4 months ago
51dd68f9
58ef4b7a
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
networking
zerobin.nix
+1
-1
nixos/modules/services/networking/zerobin.nix
···
44
44
};
45
45
46
46
listenPort = mkOption {
47
47
-
type = types.int;
47
47
+
type = types.port;
48
48
default = 8000;
49
49
example = 1357;
50
50
description = ''