fix docker postgres access

This commit is contained in:
cy 2024-12-14 21:51:41 -05:00
parent 1746911369
commit c43833a185

View file

@ -39,7 +39,7 @@ in {
enable = true; enable = true;
allowedTCPPorts = [ 22 80 443 53 853 ]; allowedTCPPorts = [ 22 80 443 53 853 ];
allowedUDPPorts = [ 443 51820 53 853 ]; # 51820 is wireguard allowedUDPPorts = [ 443 51820 53 853 ]; # 51820 is wireguard
trustedInterfaces = [ "wg0" ]; trustedInterfaces = [ "wg0" "br-2a019a56bbcc" ]; # the second one is docker, idk if this changes
}; };
networking.interfaces.ens18 = { networking.interfaces.ens18 = {
ipv6.addresses = [{ ipv6.addresses = [{