diff options
| -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 |
