loki: Disable wayvnc due to build error
This commit is contained in:
parent
5a0606b3ed
commit
0a675af6c5
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
||||||
regreet = {
|
regreet = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wallpaper = ../../wallpapers/river-2560.png;
|
wallpaper = ../../wallpapers/river-2560.png;
|
||||||
wayvnc = true;
|
wayvnc = false;
|
||||||
};
|
};
|
||||||
tailscale = {
|
tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -178,7 +178,7 @@ in
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
wayvnc = {
|
wayvnc = {
|
||||||
enable = true;
|
enable = false;
|
||||||
gpuAcceleration = true;
|
gpuAcceleration = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue