treewide: switch to port type for nixos modules
This commit is contained in:
@@ -51,7 +51,7 @@ in
|
||||
};
|
||||
|
||||
port = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 5432;
|
||||
description = lib.mdDoc ''
|
||||
The port on which PostgreSQL listens.
|
||||
|
||||
Reference in New Issue
Block a user