From 5338c5b15e6a6fe31e6bd150e3285c03748fffa4 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 29 Mar 2025 22:35:29 +0100 Subject: [PATCH] remove sdmon --- hosts/zelden/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/zelden/hardware-configuration.nix b/hosts/zelden/hardware-configuration.nix index fde3344..57b7179 100644 --- a/hosts/zelden/hardware-configuration.nix +++ b/hosts/zelden/hardware-configuration.nix @@ -16,7 +16,6 @@ "ahci" "usb_storage" "usbhid" - "sd_mon" ]; initrd.kernelModules = [ ]; kernelModules = [ "kvm-amd" ];