Add teams and nomachine to Ronin as well, missed by accident before

This commit is contained in:
Evie Litherland-Smith 2024-04-03 09:09:18 +01:00
parent d000b0f502
commit fea8c65c57

View file

@ -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;
}