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