From ad613d11e221e150c3f9581cfd20044e2aab4970 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Thu, 5 Sep 2024 00:32:54 +0000 Subject: [PATCH] nixosMod/vmCommon: ensure pingability --- nix/nixos-modules/vmCommon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/nixos-modules/vmCommon.nix b/nix/nixos-modules/vmCommon.nix index e327d62..b14f7a9 100644 --- a/nix/nixos-modules/vmCommon.nix +++ b/nix/nixos-modules/vmCommon.nix @@ -91,6 +91,7 @@ in networking = { firewall = { + allowPing = lib.mkDefault true; logRefusedConnections = lib.mkDefault false; # TODO };