From e723c2f52627c5f8a23020b0bab2fe97c6775e74 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 18 Feb 2025 20:24:01 +0200 Subject: [PATCH] added snd-aloop kernel module --- hardware.mod.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware.mod.nix b/hardware.mod.nix index 2eab603..ed2bd0e 100644 --- a/hardware.mod.nix +++ b/hardware.mod.nix @@ -80,6 +80,7 @@ in boot.kernelModules = [ "usbmon" "v4l2loopback" + "snd-aloop" ]; boot.extraModulePackages = []; }