mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
treewide: switch to port type for nixos modules
This commit is contained in:
parent
9063accddd
commit
dbe8182e74
21 changed files with 24 additions and 24 deletions
|
@ -51,7 +51,7 @@ in
|
|||
};
|
||||
|
||||
port = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 5432;
|
||||
description = lib.mdDoc ''
|
||||
The port on which PostgreSQL listens.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue