From 1af0a4e8dc65985eb8f87153234e4b918442a998 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Mon, 17 Dec 2018 13:18:35 +0100 Subject: [PATCH] steveej-t480s-work: enable teamviewer daemon --- nix/os/devices/steveej-t480s-work/pkg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/os/devices/steveej-t480s-work/pkg.nix b/nix/os/devices/steveej-t480s-work/pkg.nix index 0bbf536..fa0e20a 100644 --- a/nix/os/devices/steveej-t480s-work/pkg.nix +++ b/nix/os/devices/steveej-t480s-work/pkg.nix @@ -4,4 +4,5 @@ { home-manager.users.steveej = import ../../../home-manager/configuration/graphical-fullblown.nix; + services.teamviewer.enable = true; }