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. #