nixos/plantuml-server: use `types.port`

h7x4 a955f6ac 24c79fd3

Changed files
+1 -1
nixos
modules
services
+1 -1
nixos/modules/services/web-apps/plantuml-server.nix
···
};
listenPort = mkOption {
-
type = types.int;
+
type = types.port;
default = 8080;
description = "Port to listen on.";
};