From fdda82775b9b4fd96f73e399a80d386c0e0e5ff8 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Fri, 24 Sep 2021 14:22:21 -0400 Subject: [PATCH] disable iodine for now --- machines/liza/configuration.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/machines/liza/configuration.nix b/machines/liza/configuration.nix index bebab53..894b7e4 100644 --- a/machines/liza/configuration.nix +++ b/machines/liza/configuration.nix @@ -270,19 +270,19 @@ in { }; # iodine DNS-based vpn - services.iodine.server = { - enable = true; - ip = "192.168.99.1"; - domain = "tun.neet.dev"; - passwordFile = "/run/secrets/iodine"; - }; - age.secrets.iodine.file = ../../secrets/iodine.age; - networking.firewall.allowedUDPPorts = [ 53 ]; + #services.iodine.server = { + # enable = true; + # ip = "192.168.99.1"; + # domain = "tun.neet.dev"; + # passwordFile = "/run/secrets/iodine"; + #}; + #age.secrets.iodine.file = ../../secrets/iodine.age; + #networking.firewall.allowedUDPPorts = [ 53 ]; - boot.kernel.sysctl."net.ipv4.ip_forward" = 1; + #boot.kernel.sysctl."net.ipv4.ip_forward" = 1; networking.nat.enable = true; networking.nat.internalInterfaces = [ - "dns0" # iodine + # "dns0" # iodine "ve-vpn-continer" # vpn container ]; networking.nat.externalInterface = "enp1s0";