fixing future docker issue.

This commit is contained in:
arouzing 2023-02-04 19:38:27 -05:00
parent 7ce263ca99
commit 9713f31693
No known key found for this signature in database
GPG key ID: 59472C1F0709FBA9

View file

@ -5,4 +5,7 @@
liveRestore = false;
autoPrune.enable = true;
};
# But allow docker containers to access the local machine
networking.firewall.trustedInterfaces = [ "docker0" ];
}