tv winmax2: enable smartd

This commit is contained in:
tv 2023-01-26 14:39:47 +01:00
parent 7efaf1e45f
commit dae5ba6c30

View File

@ -1,4 +1,9 @@
{ pkgs, ... }: {
imports = [
../smartd.nix
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];