lol

nixos/anuko-time-tracker: use `types.port`

h7x4 f2b5f256 792ccdab

+1 -1
+1 -1
nixos/modules/services/web-apps/anuko-time-tracker.nix
··· 225 225 }; 226 226 227 227 smtpPort = lib.mkOption { 228 - type = lib.types.int; 228 + type = lib.types.port; 229 229 description = "MTA port."; 230 230 default = 25; 231 231 };