summaryrefslogtreecommitdiffstats
path: root/lass/2configs/teamviewer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/teamviewer.nix')
-rw-r--r--lass/2configs/teamviewer.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/lass/2configs/teamviewer.nix b/lass/2configs/teamviewer.nix
deleted file mode 100644
index 87b6fbac3..000000000
--- a/lass/2configs/teamviewer.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-with import <stockholm/lib>;
-{
- services.teamviewer.enable = true;
-}