mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 06:09:22 +08:00
enable docker0 proxy
This commit is contained in:
@@ -48,6 +48,6 @@ inputs:
|
||||
"net.bridge.bridge-nf-call-arptables" = false;
|
||||
};
|
||||
environment.etc."resolv.conf".text = "nameserver 127.0.0.1";
|
||||
networking.firewall.trustedInterfaces = [ "virbr0" ];
|
||||
networking.firewall.trustedInterfaces = [ "docker0" "virbr0" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user