diff --git a/nixos/gorgon/configuration.nix b/nixos/gorgon/configuration.nix index f2bf88d..c4d0af0 100644 --- a/nixos/gorgon/configuration.nix +++ b/nixos/gorgon/configuration.nix @@ -85,6 +85,8 @@ in services.avahi.enable = true; + services.smartd.enable = true; + services.tor = { enable = true; client.enable = true; @@ -124,6 +126,7 @@ in environment.systemPackages = with pkgs; [ chromium ghostscript + smartmontools ]; networking.firewall = {