This instead?

This commit is contained in:
Lillian Violet 2024-02-16 10:42:37 +01:00
parent e62c4697af
commit f0d377eb57

View file

@ -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 = {