Disable firewall on crash

This commit is contained in:
Nathan McCarty 2025-03-03 20:14:45 -05:00
parent 006eb27fa7
commit 863ca2ed9a

View file

@ -162,6 +162,9 @@
# Podman # Podman
podman-desktop podman-desktop
podman-compose podman-compose
# System tools
gparted
f2fs-tools
]; ];
virtualisation.podman = {enable = true;}; virtualisation.podman = {enable = true;};
@ -259,7 +262,7 @@
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; networking.firewall.enable = false;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions