fix: allow chaostheatre to run in vm

This commit is contained in:
Swarsel 2024-12-19 14:47:40 +01:00
parent 916bb9c218
commit 57135bd505
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 14 additions and 2 deletions

View file

@ -24,6 +24,11 @@ in
};
};
environment.variables = {
WLR_ALLOW_SOFTWARE_RENDERER = 1;
};
services.qemuGuest.enable = true;
boot = {
loader.systemd-boot.enable = lib.mkForce true;