From 1fa071ca6e6f437b0565558146ee7f92b0bdb2a8 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 25 Jan 2026 11:04:34 +0100 Subject: chore: remove commented out/duplicate config --- nixos/hosts/hamac/default.nix | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'nixos/hosts/hamac') diff --git a/nixos/hosts/hamac/default.nix b/nixos/hosts/hamac/default.nix index 74f8c91..bb09832 100644 --- a/nixos/hosts/hamac/default.nix +++ b/nixos/hosts/hamac/default.nix @@ -27,30 +27,6 @@ in time.timeZone = "Europe/Vienna"; - # List packages installed in system profile. To search, run: - # $ nix search wget - environment.systemPackages = with pkgs; [ - ]; - - # Some programs need SUID wrappers, can be configured further or are - # started in user sessions. - # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; - - # 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 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 -- cgit v1.3.1