nixos/teamviewer: fix issue #96633

Add teamviewer package as a dbus package now that the
client / server communication depends on dbus.
This commit is contained in:
Raymond Gauthier 2021-09-30 15:27:15 -04:00
parent 506966d156
commit 200e959995
No known key found for this signature in database
GPG key ID: 88FBFBAC9B57497A

View file

@ -24,6 +24,8 @@ in
environment.systemPackages = [ pkgs.teamviewer ];
services.dbus.packages = [ pkgs.teamviewer ];
systemd.services.teamviewerd = {
description = "TeamViewer remote control daemon";