diff --git a/hosts/Ronin/configuration.nix b/hosts/Ronin/configuration.nix index 3e2b7b42..79362f0d 100644 --- a/hosts/Ronin/configuration.nix +++ b/hosts/Ronin/configuration.nix @@ -10,7 +10,12 @@ etc."ppp/options".text = '' ipcp-accept-remote ''; - systemPackages = with pkgs; [openfortivpn samba]; + systemPackages = with pkgs; [ + openfortivpn + samba + teams-for-linux + nomachine-client + ]; }; services.ollama.enable = true; }