Commit bc9a71ad84e4

Vincent Demeester <vincent@sbr.pm>
2024-08-28 22:38:42
containers: disable firewall.checkReversePath…
… as it seems to break containers (kind, …) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent acd2d1c
Changed files (1)
systems
modules
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 = {