docker: disable iptables to fix bad security
This commit is contained in:
parent
1c5cdc9e27
commit
84e26f0573
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
daemon.settings = {
|
||||||
|
"iptables" = false;
|
||||||
|
};
|
||||||
autoPrune = {
|
autoPrune = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dates = "monthly";
|
dates = "monthly";
|
||||||
|
|
Loading…
Reference in a new issue