This instead?
This commit is contained in:
parent
e62c4697af
commit
f0d377eb57
|
@ -34,7 +34,6 @@
|
||||||
podman
|
podman
|
||||||
podman-compose
|
podman-compose
|
||||||
sbctl
|
sbctl
|
||||||
linuxKernel.packages.linux_latest_libre.v4l2loopback
|
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||||
|
@ -47,6 +46,7 @@
|
||||||
boot.loader.systemd-boot.configurationLimit = 3;
|
boot.loader.systemd-boot.configurationLimit = 3;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.supportedFilesystems = ["bcachefs"];
|
boot.supportedFilesystems = ["bcachefs"];
|
||||||
|
boot.kernelModules = ["hid-nintendo" "v4l2loopback"];
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
Loading…
Reference in a new issue