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; nix.settings.auto-optimise-store = true;
# Firewall # Firewall.
# # https://nixos.wiki/wiki/Firewall
# Open ports in the firewall. # -> Firewall rules may be overwritten by docker, as per https://github.com/NixOS/nixpkgs/issues/111852
#networking.firewall.allowedTCPPorts = [ ... ]; networking.firewall.enable = true;
#networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
#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