This commit is contained in:
Daniel Langbein 2023-08-31 13:14:37 +02:00
parent 010b739a82
commit ea14c767a2

View File

@ -199,11 +199,13 @@
nix.settings.auto-optimise-store = true; nix.settings.auto-optimise-store = true;
# Firewall
#
# Open ports in the firewall. # Open ports in the firewall.
# 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