Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
David Arnold 2021-05-12 14:06:08 -04:00 committed by GitHub
parent ca17c32e68
commit 6a0941649b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,12 +41,11 @@ in
type = types.attrs;
default = {};
description = "configure static dns entries";
example = literalExample ''
example =
{
dns."some.host" = "1.2.3.4";
dns."another.host" = "4.3.2.1";
}
'';
};
};
};