diff options
| author | Martin Fischer <martin@push-f.com> | 2026-01-25 11:04:34 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-01-25 11:04:34 +0100 |
| commit | 1fa071ca6e6f437b0565558146ee7f92b0bdb2a8 (patch) | |
| tree | d2d425afac556f25d26ef3b6f09e054974349f39 /nixos/hosts/hamac | |
| parent | 5fad59be3d73df8b66f72a855091b1b2aa5f0963 (diff) | |
chore: remove commented out/duplicate config
Diffstat (limited to 'nixos/hosts/hamac')
| -rw-r--r-- | nixos/hosts/hamac/default.nix | 24 |
1 files changed, 0 insertions, 24 deletions
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 |
