home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit bc9a71ad84e4db5bd2a3797512035b125572f705
parent acd2d1c938c5103eb0ff4573d01725808b3d9d6b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 28 Aug 2024 22:38:42 +0200

containers: disable firewall.checkReversePath…

… as it seems to break containers (kind, …)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/dev/containers.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/modules/dev/containers.nix b/systems/modules/dev/containers.nix @@ -39,6 +39,7 @@ in }; config = mkIf cfg.enable (mkMerge [ { + networking.firewall.checkReversePath = false; virtualisation.containers = { enable = true; containersConf.settings = {