mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
treewide: switch to port type for nixos modules
This commit is contained in:
parent
5108c96e98
commit
ad866e565d
26 changed files with 36 additions and 36 deletions
|
@ -206,7 +206,7 @@ in {
|
|||
|
||||
port = mkOption {
|
||||
default = 8010;
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
description = lib.mdDoc "Specifies port number on which the buildbot HTTP interface listens.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue