mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor
This commit is contained in:
parent
a242baa627
commit
8449f701a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user