From c401775091a7637297644434ec717ae6ec90e6eb Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 23 Feb 2023 13:16:59 +0100 Subject: [PATCH] Remove teams from communication tools --- modules/communication.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/communication.nix b/modules/communication.nix index 0162021..cd6b5fe 100644 --- a/modules/communication.nix +++ b/modules/communication.nix @@ -17,7 +17,8 @@ with lib; { jitsi-meet-electron signal-desktop skypeforlinux - teams + #remove teams as MS has removed the linux packages from their servers + #teams zoom-us ]; };