From 92841387afc1710295e73084a1e8faa69ed170fd Mon Sep 17 00:00:00 2001 From: harry123 Date: Wed, 2 Jul 2025 22:48:13 +0200 Subject: [PATCH] removed default comments --- hosts/goober/configuration.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/hosts/goober/configuration.nix b/hosts/goober/configuration.nix index 268c06c..4197396 100644 --- a/hosts/goober/configuration.nix +++ b/hosts/goober/configuration.nix @@ -131,17 +131,6 @@ options = "--delete-older-than 10d"; }; - # List services that you want to enable: - - # Enable the OpenSSH daemon. - # services.openssh.enable = true; - - # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; - # networking.firewall.allowedUDPPorts = [ ... ]; - # Or disable the firewall altogether. - # networking.firewall.enable = false; - # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. #