From 603b9761ed49987c26d75148eae03e1c42f91b3b Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Thu, 26 Jan 2023 14:39:47 +0100
Subject: tv winmax2: enable smartd

---
 tv/2configs/hw/winmax2.nix | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'tv/2configs')

diff --git a/tv/2configs/hw/winmax2.nix b/tv/2configs/hw/winmax2.nix
index 0a207f2..a61119a 100644
--- a/tv/2configs/hw/winmax2.nix
+++ b/tv/2configs/hw/winmax2.nix
@@ -1,4 +1,9 @@
 { pkgs, ... }: {
+
+  imports = [
+    ../smartd.nix
+  ];
+
   boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" ];
   boot.initrd.kernelModules = [ "amdgpu" ];
   boot.kernelModules = [ "kvm-amd" ];
-- 
cgit v1.2.3