From f6678914b6fb631cba7e47b64a1308116085ad5b Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Fri, 27 Oct 2023 14:55:23 +0100 Subject: [PATCH] Remove VM network bridge --- nix/nas/configuration.nix | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/nix/nas/configuration.nix b/nix/nas/configuration.nix index d25fc96..37cc7ca 100644 --- a/nix/nas/configuration.nix +++ b/nix/nas/configuration.nix @@ -343,7 +343,7 @@ client_max_body_size 100M; ''; - proxyPass = "http://192.168.50.187:3000/"; + proxyPass = "http://192.168.122.185:3000/"; }; }; }; @@ -450,22 +450,22 @@ trustedInterfaces = ["tailscale0" "virbr0"]; checkReversePath = "loose"; enable = true; - allowedTCPPorts = [ 22 53 80 443 2049 4328 5432 9100 22000 ]; + allowedTCPPorts = [ 22 53 80 443 2049 4328 5432 9100 22000 5201 ]; allowedUDPPorts = [ 53 41641 22000 21027 ]; }; - useDHCP = false; - bridges = { - "br0" = { - interfaces = [ "eno1" ]; - }; - }; - interfaces.br0.ipv4.addresses = [ - { - address = "192.168.50.229"; - prefixLength = 24; - } - ]; - defaultGateway = "192.168.50.1"; + # useDHCP = false; + # bridges = { + # "br0" = { + # interfaces = [ "eno1" ]; + # }; + # }; + # interfaces.br0.ipv4.addresses = [ + # { + # address = "192.168.50.229"; + # prefixLength = 24; + # } + # ]; + # defaultGateway = "192.168.50.1"; nameservers = ["45.90.28.116" "45.90.30.116"]; nftables.enable = true; };