chore: allow docker to use iptables

Had been removed to debug issues with netbird connectivity after suspend.
Can be added back since the issue is unrelated.

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-09-02 19:05:15 +05:30
parent 3a3a8afe30
commit 3ee3a05d61
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -20,7 +20,6 @@
autoPrune = { autoPrune = {
enable = true; enable = true;
}; };
extraOptions = "--iptables=False";
inherit (config.snowflake.core.docker) storageDriver; inherit (config.snowflake.core.docker) storageDriver;
}; };