forked from Deuxfleurs/nixcfg
Add docker
This commit is contained in:
parent
45a0e850ce
commit
b5a0f8bd82
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
interface = [ "127.0.0.1" "${cfg.lan_ip}" ];
|
||||
interface = [ "127.0.0.1" "${cfg.lan_ip}" "172.17.0.1" ];
|
||||
domain-insecure = [ "consul." ];
|
||||
local-zone = [ "consul. nodefault" ];
|
||||
log-servfail = true;
|
||||
|
|
Loading…
Reference in a new issue