diff --git a/hosts/ildkule/configuration.nix b/hosts/ildkule/configuration.nix index a154ce77..557f4985 100644 --- a/hosts/ildkule/configuration.nix +++ b/hosts/ildkule/configuration.nix @@ -46,6 +46,9 @@ environment.systemPackages = with pkgs; [ ]; + # No devices with SMART + services.smartd.enable = false; + system.stateVersion = "23.11"; # Did you read the comment? }