From c73663340a10178ecdbcb767c3f2907748279382 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Mon, 29 Jul 2024 14:13:15 -0300 Subject: [PATCH] Revert "docker: disable iptables to fix bad security" This reverts commit 84e26f0573dc439336419562b13460b72ebe3d4e. --- system/containers.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/containers.nix b/system/containers.nix index 2e8e52a..19698e5 100644 --- a/system/containers.nix +++ b/system/containers.nix @@ -4,9 +4,6 @@ virtualisation.docker = { enable = true; - daemon.settings = { - "iptables" = false; - }; autoPrune = { enable = true; dates = "monthly";