treewide: switch to port type for nixos modules

This commit is contained in:
Daniel Nagy 2022-11-30 17:15:00 +01:00
parent 9063accddd
commit dbe8182e74
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671
21 changed files with 24 additions and 24 deletions

View file

@ -51,7 +51,7 @@ in
};
port = mkOption {
type = types.int;
type = types.port;
default = 5432;
description = lib.mdDoc ''
The port on which PostgreSQL listens.