diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-15 13:39:06 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-15 13:39:06 -0500 |
| commit | e748b8ffff73c8c50dd0c176fb884f232fa51dff (patch) | |
| tree | 5afa210e4af7364a6b26c44b649f0aa8c62b49d7 | |
| parent | b66742e90383357264d52494b888dc7433d51f2e (diff) | |
| download | nixos-e748b8ffff73c8c50dd0c176fb884f232fa51dff.tar.xz nixos-e748b8ffff73c8c50dd0c176fb884f232fa51dff.zip | |
move smartd to headless profile
| -rw-r--r-- | archetypes/profiles/headless/default.nix | 1 | ||||
| -rw-r--r-- | hosts/poweredge/configuration.nix | 3 |
2 files changed, 1 insertions, 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 |
