mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
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:
parent
506966d156
commit
200e959995
@ -24,6 +24,8 @@ in
|
||||
|
||||
environment.systemPackages = [ pkgs.teamviewer ];
|
||||
|
||||
services.dbus.packages = [ pkgs.teamviewer ];
|
||||
|
||||
systemd.services.teamviewerd = {
|
||||
description = "TeamViewer remote control daemon";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user