Add teamviewer
module
This commit is contained in:
parent
a088e336dc
commit
a2681cc220
1 changed files with 4 additions and 0 deletions
4
modules/teamviewer/default.nix
Normal file
4
modules/teamviewer/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
services.teamviewer.enable = true;
|
||||
ccr.packages = [pkgs.teamviewer];
|
||||
}
|
Loading…
Add table
Reference in a new issue