trust-dns: specify zone via shorthand
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user