This commit is contained in:
Daniel Langbein 2023-09-20 15:38:13 +02:00
parent a242baa627
commit 8449f701a4
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -119,13 +119,10 @@
nix.settings.auto-optimise-store = true;
# Firewall
#
# Open ports in the firewall.
#networking.firewall.allowedTCPPorts = [ ... ];
#networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
#networking.firewall.enable = false;
# Firewall.
# https://nixos.wiki/wiki/Firewall
# -> Firewall rules may be overwritten by docker, as per https://github.com/NixOS/nixpkgs/issues/111852
networking.firewall.enable = true;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions