nixos: add br0 as a trusted interface
This commit is contained in:
@@ -118,7 +118,10 @@ in
|
||||
networkmanager.plugins = with pkgs; [ networkmanager-openvpn ];
|
||||
|
||||
firewall = {
|
||||
trustedInterfaces = [ "virbr0" ];
|
||||
trustedInterfaces = [
|
||||
"virbr0"
|
||||
"br0"
|
||||
];
|
||||
allowedTCPPorts = [ 22 ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user