From d38a6b133444cc73a05f69df28e4c1129732894b Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Tue, 8 Oct 2024 14:56:54 +0200 Subject: [PATCH] kvernberg: disable SMART --- hosts/kvernberg/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/kvernberg/configuration.nix b/hosts/kvernberg/configuration.nix index 664bcc0..ea7f637 100644 --- a/hosts/kvernberg/configuration.nix +++ b/hosts/kvernberg/configuration.nix @@ -29,7 +29,8 @@ ]; - # List services that you want to enable: + # No devices with SMART + services.smartd.enable = false; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions