Disable firewall on crash
This commit is contained in:
parent
006eb27fa7
commit
863ca2ed9a
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue