From 863ca2ed9a404c7c3544532741e9a183318401c5 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 3 Mar 2025 20:14:45 -0500 Subject: [PATCH] Disable firewall on crash --- nixos/machines/crash/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/machines/crash/configuration.nix b/nixos/machines/crash/configuration.nix index 0d59ba0..d39691b 100644 --- a/nixos/machines/crash/configuration.nix +++ b/nixos/machines/crash/configuration.nix @@ -162,6 +162,9 @@ # Podman podman-desktop podman-compose + # System tools + gparted + f2fs-tools ]; virtualisation.podman = {enable = true;}; @@ -259,7 +262,7 @@ # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. - # networking.firewall.enable = false; + networking.firewall.enable = false; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions