nixos/plantuml-server: use `types.port`
h7x4 2 months ago a955f6ac 24c79fd3
··· 75 75 }; 76 76 77 77 listenPort = mkOption { 78 78 - type = types.int; 78 78 + type = types.port; 79 79 default = 8080; 80 80 description = "Port to listen on."; 81 81 };