trust-dns: specify zone via shorthand

This commit is contained in:
Colin 2023-07-13 10:04:20 +00:00
parent e38bf42506
commit 41f4d8e85a

View File

@ -59,13 +59,7 @@
];
};
# we need trust-dns to load our zone by relative path instead of /nix/store path
# because we generate it at runtime.
services.trust-dns.settings.zones = [
{
zone = "uninsane.org";
}
];
services.trust-dns.settings.zones = [ "uninsane.org" ];
services.trust-dns.package =
let