diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-28 22:58:39 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-28 22:58:39 +0100 |
commit | 105c08172827499504816106ffe1b61d76c2d4c8 (patch) | |
tree | 1a9f7472fa03c45089191e8e3167e3e9d5533297 /nix/deuxfleurs.nix | |
parent | a327876e253b464c049faeafeb24ab2687425014 (diff) | |
download | nixcfg-105c08172827499504816106ffe1b61d76c2d4c8.tar.gz nixcfg-105c08172827499504816106ffe1b61d76c2d4c8.zip |
Staging: ability to run Nix jobs using exec2 driver
Diffstat (limited to 'nix/deuxfleurs.nix')
-rw-r--r-- | nix/deuxfleurs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/deuxfleurs.nix b/nix/deuxfleurs.nix index edf97fb..a83dda4 100644 --- a/nix/deuxfleurs.nix +++ b/nix/deuxfleurs.nix @@ -171,6 +171,7 @@ in # and to pass directly to public DNS resolver all others services.unbound = { enable = true; + enableRootTrustAnchor = false; # disable DNSSEC as it causes issues settings = { server = { interface = [ "127.0.0.1" "${cfg.lan_ip}" "172.17.0.1" ]; |