From c5d745d9c2f39c52159fc884311439b2032b053b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 7 Dec 2023 08:36:03 +0000 Subject: [PATCH] Remove installed zoom --- hosts/Ronin/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Ronin/configuration.nix b/hosts/Ronin/configuration.nix index edb8620b..fdfa17a1 100644 --- a/hosts/Ronin/configuration.nix +++ b/hosts/Ronin/configuration.nix @@ -15,6 +15,6 @@ etc."ppp/options".text = '' ipcp-accept-remote ''; - systemPackages = with pkgs; [ openfortivpn zoom-us samba ]; + systemPackages = with pkgs; [ openfortivpn samba ]; }; }