fix(flora-6): add docker0 to firewall trusted interfaces
This commit is contained in:
parent
01ef6990da
commit
595a9e2857
|
@ -113,4 +113,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.trustedInterfaces = [ "docker0" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue