From b0f81c937917aafb37eba0b5f1fce55967f2c84f Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 27 May 2026 23:41:54 +0900 Subject: [PATCH] lupine/smartd: reenable --- hosts/lupine/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/lupine/configuration.nix b/hosts/lupine/configuration.nix index da1dd7c..ccceaa9 100644 --- a/hosts/lupine/configuration.nix +++ b/hosts/lupine/configuration.nix @@ -18,9 +18,6 @@ anyInterface = true; }; - # There are no smart devices - services.smartd.enable = false; - # Don't change (even during upgrades) unless you know what you are doing. # See https://search.nixos.org/options?show=system.stateVersion system.stateVersion = "25.05";