rotuer: don't forward queries for local domain

tftpboot-append-dtb
Daniel Barlow 2024-02-11 23:30:12 +00:00
parent c1d285a220
commit 57aece0709
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ in rec {
# You can add static addresses for the DHCP server here. I'm
# not putting my actual MAC addresses in a public git repo ...
hosts = { } // lib.optionalAttrs (builtins.pathExists ./static-leases.nix) (import ./static-leases.nix);
upstreams = [ "/${secrets.domainName}/" ];
domain = secrets.domainName;
};