Pass MESA_LOADER_DRIVER_OVERRIDE to muvm-remote
The Zink override for Venus in muvm was being eaten by systemd.. until now
This commit is contained in:
parent
f831c9d958
commit
a93ab32aea
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ in {
|
||||||
wantedBy = ["microvm.target"];
|
wantedBy = ["microvm.target"];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "exec";
|
Type = "exec";
|
||||||
PassEnvironment = ["TERM" "MUVM_REMOTE_CONFIG"]; # "KRUN_CONFIG"];
|
PassEnvironment = ["TERM" "MESA_LOADER_DRIVER_OVERRIDE" "MUVM_REMOTE_CONFIG"]; # "KRUN_CONFIG"];
|
||||||
Environment = [
|
Environment = [
|
||||||
"XDG_RUNTIME_DIR=${runtimeDir}"
|
"XDG_RUNTIME_DIR=${runtimeDir}"
|
||||||
"WAYLAND_DISPLAY=wayland-1"
|
"WAYLAND_DISPLAY=wayland-1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue