loki: Disable wayvnc due to build error

This commit is contained in:
Erwin Boskma 2024-11-04 13:17:09 +01:00
parent 5a0606b3ed
commit 0a675af6c5
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@
regreet = {
enable = true;
wallpaper = ../../wallpapers/river-2560.png;
wayvnc = true;
wayvnc = false;
};
tailscale = {
enable = true;

View file

@ -178,7 +178,7 @@ in
};
services = {
wayvnc = {
enable = true;
enable = false;
gpuAcceleration = true;
};
};