nix: Remove comments

This commit is contained in:
Alexander Kobjolke 2021-07-14 18:57:54 +02:00
parent bed14bd5e0
commit 19d681a18c

View file

@ -139,12 +139,6 @@
};
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave