7 lines
93 B
Nix
7 lines
93 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
with config.krebs.lib;
|
|
{
|
|
services.teamviewer.enable = true;
|
|
}
|