From e6baa1c7250f3475a1d3967586429dd9334a559b 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