From f7be968531a61bc9c08c03cda416784dc70ae546 Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 15 Mar 2023 18:19:01 +0100 Subject: TODOs in deuxfleurs.nix because the old world is maybe mixing with the new --- nix/deuxfleurs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nix/deuxfleurs.nix') diff --git a/nix/deuxfleurs.nix b/nix/deuxfleurs.nix index e0cb376..3a94860 100644 --- a/nix/deuxfleurs.nix +++ b/nix/deuxfleurs.nix @@ -227,7 +227,7 @@ in }; # Reach Unbound through the IP of our LAN interface, # instead of 127.0.0.1 (this will also work in Docker containers) - networking.nameservers = [ + networking.nameservers = [ # TODO remove this ? cfg.lan_ip ]; services.resolved.enable = false; @@ -297,7 +297,7 @@ in verify_outgoing = true; verify_server_hostname = true; }; - systemd.services.consul.serviceConfig = { + systemd.services.consul.serviceConfig = { # TODO remove this ? AmbientCapabilities = "CAP_NET_BIND_SERVICE"; }; -- cgit v1.2.3