mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 21:19:07 +01:00
Avoid usage of lib.types.anything
This commit is contained in:
parent
7557252b22
commit
e69e9c8491
5 changed files with 6 additions and 6 deletions
|
|
@ -59,7 +59,7 @@ in
|
|||
};
|
||||
|
||||
dnsServers = lib.mkOption {
|
||||
type = lib.types.anything;
|
||||
type = lib.types.listOf lib.types.nonEmptyStr;
|
||||
default =
|
||||
allHosts
|
||||
|> lib.attrValues
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue