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 = {
|
||||
enable = true;
|
||||
wallpaper = ../../wallpapers/river-2560.png;
|
||||
wayvnc = true;
|
||||
wayvnc = false;
|
||||
};
|
||||
tailscale = {
|
||||
enable = true;
|
||||
|
|
|
@ -178,7 +178,7 @@ in
|
|||
};
|
||||
services = {
|
||||
wayvnc = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
gpuAcceleration = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue