From 65af7574df3e87d99d80fd69490c6aea02538ce5 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sat, 29 Nov 2025 15:58:05 +0100 Subject: [PATCH] add(v4l2loopback) --- .../x86_64-linux/bodenheizung/hardware-configuration.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/systems/x86_64-linux/bodenheizung/hardware-configuration.nix b/systems/x86_64-linux/bodenheizung/hardware-configuration.nix index 2cbadc7..0de4402 100644 --- a/systems/x86_64-linux/bodenheizung/hardware-configuration.nix +++ b/systems/x86_64-linux/bodenheizung/hardware-configuration.nix @@ -21,8 +21,13 @@ "sd_mod" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" ]; - boot.extraModulePackages = [ ]; + boot.kernelModules = [ + "kvm-amd" + "v4l2loopback" + ]; + boot.extraModulePackages = with config.boot.kernelPackages; [ + v4l2loopback + ]; boot.initrd.luks.devices."root".device = "/dev/disk/by-uuid/1616e34a-a8c6-4e18-882c-d955b4f8ffeb";