server7: fix the bridge

This commit is contained in:
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 = ''