From 90624e3c582732117aed4551702a03995b583437 Mon Sep 17 00:00:00 2001 From: catvayor Date: Fri, 31 Jan 2025 15:59:01 +0100 Subject: [PATCH] test(vm/containers): firewall are not required --- vm/common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vm/common.nix b/vm/common.nix index dc4c4ea..8ba94f4 100644 --- a/vm/common.nix +++ b/vm/common.nix @@ -4,7 +4,10 @@ pkgs.tcpdump ]; - networking.useNetworkd = true; + networking = { + useNetworkd = true; + firewall.enable = false; + }; systemd.network.enable = true; nix = {