mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos: fix some types
This commit is contained in:
parent
33ae3f2fe4
commit
6eadb16022
15 changed files with 44 additions and 48 deletions
|
@ -108,7 +108,7 @@ in
|
|||
};
|
||||
|
||||
hostAddress = mkOption {
|
||||
type = types.nullOr types.string;
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
example = "10.231.136.1";
|
||||
description = ''
|
||||
|
@ -117,7 +117,7 @@ in
|
|||
};
|
||||
|
||||
localAddress = mkOption {
|
||||
type = types.nullOr types.string;
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
example = "10.231.136.2";
|
||||
description = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue