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 = {
|
boot = {
|
||||||
kernelModules = ["v4l2loopback" "kvm-amd"];
|
kernelModules = ["kvm-amd"];
|
||||||
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback.out];
|
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue