tsuki: remove loopback
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
This commit is contained in:
parent
b8d684e899
commit
47dd2a51a4
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@
|
|||
];
|
||||
|
||||
boot = {
|
||||
kernelModules = ["v4l2loopback" "kvm-amd"];
|
||||
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback.out];
|
||||
kernelModules = ["kvm-amd"];
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue