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