tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/anuko-time-tracker: use `types.port`
h7x4
6 months ago
f2b5f256
792ccdab
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
web-apps
anuko-time-tracker.nix
+1
-1
nixos/modules/services/web-apps/anuko-time-tracker.nix
···
225
225
};
226
226
227
227
smtpPort = lib.mkOption {
228
228
-
type = lib.types.int;
228
228
+
type = lib.types.port;
229
229
description = "MTA port.";
230
230
default = 25;
231
231
};