From f62429c840f05309c1ccb2a4f3b4f85c1d736af0 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 26 Nov 2022 10:50:29 +0100 Subject: [PATCH] Disable teaviewer --- thor/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thor/configuration.nix b/thor/configuration.nix index fa880ad..c168367 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -184,7 +184,7 @@ with lib; { # gnome.gnome-remote-desktop.enable = true; }; - services.teamviewer.enable = true; + # services.teamviewer.enable = true; security = { tpm2.enable = true;