From e251d9865c32b287a3cda97c58e18dd0a57e8b35 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Fri, 17 May 2024 21:21:29 +0200 Subject: [PATCH] gorgon: add smartmon --- nixos/gorgon/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {