From e748b8ffff73c8c50dd0c176fb884f232fa51dff Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 15 Jun 2026 13:39:06 -0500 Subject: move smartd to headless profile --- archetypes/profiles/headless/default.nix | 1 + hosts/poweredge/configuration.nix | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/archetypes/profiles/headless/default.nix b/archetypes/profiles/headless/default.nix index 5d3602b..34aaefb 100644 --- a/archetypes/profiles/headless/default.nix +++ b/archetypes/profiles/headless/default.nix @@ -18,6 +18,7 @@ services = { _ssh.enable = mkHeadless true; + smartd.enable = mkHeadless true; }; # Disable ipv6 by default diff --git a/hosts/poweredge/configuration.nix b/hosts/poweredge/configuration.nix index e9e2d3e..3935daf 100644 --- a/hosts/poweredge/configuration.nix +++ b/hosts/poweredge/configuration.nix @@ -28,9 +28,6 @@ # Import zfs pools boot.zfs.extraPools = [ "ingens" "memoria" ]; - # Enable smartd - services.smartd.enable = true; # TODO move to archetype - # Enable nvidia hardware.nvidia = { open = false; # Need for NVENC -- cgit v1.2.3