Avoid usage of lib.types.anything

This commit is contained in:
SebastianStork 2026-03-13 17:25:12 +01:00
parent 7557252b22
commit e69e9c8491
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
5 changed files with 6 additions and 6 deletions

View file

@ -59,7 +59,7 @@ in
};
dnsServers = lib.mkOption {
type = lib.types.anything;
type = lib.types.listOf lib.types.nonEmptyStr;
default =
allHosts
|> lib.attrValues