home: re-enable wayvnc

This commit is contained in:
Erwin Boskma 2024-11-15 12:11:52 +01:00
parent 9c06295dd1
commit 2a3041add7
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

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