From a255f545e333bf6a48593523230d9b666c624659 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 26 Jan 2020 22:36:37 +0100 Subject: [PATCH] server7: fix the bridge --- hosts/server7/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/server7/configuration.nix b/hosts/server7/configuration.nix index 4c2c329a..a7299f20 100644 --- a/hosts/server7/configuration.nix +++ b/hosts/server7/configuration.nix @@ -104,6 +104,10 @@ in { }; }; + boot.kernel.sysctl."net.bridge.bridge-nf-call-arptables" = 0; + boot.kernel.sysctl."net.bridge.bridge-nf-call-iptables" = 0; + boot.kernel.sysctl."net.bridge.bridge-nf-call-ip6tables" = 0; + environment.systemPackages = with pkgs; [ tmux htop vim gitMinimal nixfmt ]; services.collectd.extraConfig = ''