diff --git a/hosts/dumpyourvms/networking.nix b/hosts/dumpyourvms/networking.nix index b6296cbe..be2f45d5 100644 --- a/hosts/dumpyourvms/networking.nix +++ b/hosts/dumpyourvms/networking.nix @@ -2,8 +2,8 @@ networkmanager.dns = "systemd-resolved"; # https://github.com/tailscale/tailscale/issues/4432#issuecomment-1112819111 - firewall.checkReversePath = "loose"; - #resolvconf.enable = true; + # https://github.com/NixOS/nixpkgs/commit/68e514ed1cf55451901e8d0edd3e8ee5102d3565 + #firewall.checkReversePath = "loose"; hosts = { "10.0.0.42" = ["nomad.service.consul" "nomad.service.cgn-1.consul"];