From f0d377eb5703351e1bc0fa498ef23fa9b60cca64 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 16 Feb 2024 10:42:37 +0100 Subject: [PATCH] This instead? --- nixos/hosts/GLaDOS/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index 369a529..c0ecc96 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -34,7 +34,6 @@ podman podman-compose sbctl - linuxKernel.packages.linux_latest_libre.v4l2loopback ]; boot.loader.systemd-boot.enable = lib.mkForce false; @@ -47,6 +46,7 @@ boot.loader.systemd-boot.configurationLimit = 3; boot.loader.efi.canTouchEfiVariables = true; boot.supportedFilesystems = ["bcachefs"]; + boot.kernelModules = ["hid-nintendo" "v4l2loopback"]; boot.kernelPackages = pkgs.linuxPackages_latest; home-manager = {