From 4bc5176a5c2519796503a61b6525e59e6221dc14 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 7 Sep 2024 06:51:09 -0500 Subject: [PATCH] re-enable smartd --- nixos/profiles/hw-threadripperpro.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/profiles/hw-threadripperpro.nix b/nixos/profiles/hw-threadripperpro.nix index b30eafb..e4530d8 100644 --- a/nixos/profiles/hw-threadripperpro.nix +++ b/nixos/profiles/hw-threadripperpro.nix @@ -26,6 +26,4 @@ networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - # not supported - services.smartd.enable = false; }