diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-16 13:13:43 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-16 13:13:43 +0200 |
commit | b5a0f8bd828e3f8b90d445540d7f98691dd7c618 (patch) | |
tree | fe2513003d611bd756411a7f180b05aca0b199ad | |
parent | 45a0e850ce7c498e5ef1d281fb67b2f34dc00e8c (diff) | |
download | nixcfg-b5a0f8bd828e3f8b90d445540d7f98691dd7c618.tar.gz nixcfg-b5a0f8bd828e3f8b90d445540d7f98691dd7c618.zip |
Add docker
-rw-r--r-- | nix/deuxfleurs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/deuxfleurs.nix b/nix/deuxfleurs.nix index 82111ed..3e880cc 100644 --- a/nix/deuxfleurs.nix +++ b/nix/deuxfleurs.nix @@ -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; |