nixos,dns: types.string -> types.str
This commit is contained in:
parent
b854170a53
commit
7a453b5a56
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
options.myFlake.nixos.networking.dns = lib.mkOption {
|
options.myFlake.nixos.networking.dns = lib.mkOption {
|
||||||
type = lib.types.string;
|
type = lib.types.str;
|
||||||
default = "google";
|
default = "google";
|
||||||
example = "alidns";
|
example = "alidns";
|
||||||
description = "Select your DNS provider";
|
description = "Select your DNS provider";
|
||||||
|
|
Loading…
Reference in a new issue