summaryrefslogtreecommitdiffstats
path: root/tv
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
commitdae5ba6c304ecd2fa0c442d635ddddf814881054 (patch)
treecfa0afac7c381e8472300bbf9a8b55c1d346374d /tv
parent7efaf1e45f47b63fd585b07ced559ca529c6a6e7 (diff)
tv winmax2: enable smartd
Diffstat (limited to 'tv')
-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 0a207f23..a61119a8 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" ];