Add teamviewer module

This commit is contained in:
Andrea Ciceri 2024-02-17 15:29:00 +01:00
parent a088e336dc
commit a2681cc220
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -0,0 +1,4 @@
{pkgs, ...}: {
services.teamviewer.enable = true;
ccr.packages = [pkgs.teamviewer];
}