mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-11 21:06:19 +03:00
Some more type cleanup
This commit is contained in:
parent
c63bc92d4c
commit
6e6a96d42c
28 changed files with 33 additions and 33 deletions
|
@ -118,7 +118,7 @@ in {
|
|||
};
|
||||
|
||||
appendNameservers = mkOption {
|
||||
type = types.listOf types.string;
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
description = ''
|
||||
A list of name servers that should be appended
|
||||
|
@ -127,7 +127,7 @@ in {
|
|||
};
|
||||
|
||||
insertNameservers = mkOption {
|
||||
type = types.listOf types.string;
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
description = ''
|
||||
A list of name servers that should be inserted before
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue