summaryrefslogtreecommitdiffstats
path: root/tv/2configs/hw
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-01-26 14:39:47 +0100
committertv <tv@krebsco.de>2023-01-26 14:39:47 +0100
commit603b9761ed49987c26d75148eae03e1c42f91b3b (patch)
tree227b1d7e8332ad08ba4f38b72bab30267c482414 /tv/2configs/hw
parent7b343a9475452306431dcd953eeb4aa9e305028a (diff)
tv winmax2: enable smartd
Diffstat (limited to 'tv/2configs/hw')
-rw-r--r--tv/2configs/hw/winmax2.nix5
1 files changed, 5 insertions, 0 deletions
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" ];