diff --git a/flake.nix b/flake.nix index ca14c44e..470c5004 100644 --- a/flake.nix +++ b/flake.nix @@ -97,7 +97,6 @@ "steam-run" "discord" "nomachine-client" - "zoom" ]; system = { inherit stateVersion; }; networking = { diff --git a/hosts/Ronin/configuration.nix b/hosts/Ronin/configuration.nix index 2193a81a..07907fc4 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 ]; + systemPackages = with pkgs; [ openfortivpn ]; }; }