server7: fix the bridge

这个提交包含在:
Astro 2020-01-26 22:36:37 +01:00
父节点 0059e75b0b
当前提交 a255f545e3
共有 1 个文件被更改,包括 4 次插入0 次删除

查看文件

@ -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 = ''