fix: Don't use tailscale DNS for physical servers
fix: Don't do rolling updates for pihole chore: Update flake inputs
This commit is contained in:
parent
8067d9a301
commit
6794fce2a2
3 changed files with 31 additions and 21 deletions
|
@ -18,6 +18,7 @@ in
|
|||
openFirewall = true;
|
||||
|
||||
extraUpFlags = [
|
||||
"--accept-dns=false"
|
||||
"--hostname=${config.networking.hostName}"
|
||||
] ++ lib.lists.optional cfg.advertiseExitNode "--advertise-exit-node"
|
||||
++ lib.lists.optional cfg.advertiseExitNode "--advertise-routes=192.168.30.0/24";
|
||||
|
|
Reference in a new issue