From 19d681a18c21c6c9c679c1cb4e1e96b0c5502ef9 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Wed, 14 Jul 2021 18:57:54 +0200 Subject: [PATCH] nix: Remove comments --- thrall/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/thrall/configuration.nix b/thrall/configuration.nix index 63cf47b..7176f63 100644 --- a/thrall/configuration.nix +++ b/thrall/configuration.nix @@ -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. It‘s perfectly fine and recommended to leave