Only install teams and nomachine on work PCs

This commit is contained in:
Evie Litherland-Smith 2024-04-02 17:46:02 +01:00
parent 14837ed9d8
commit efd81b8b50
2 changed files with 6 additions and 3 deletions

View file

@ -12,7 +12,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;
}

View file

@ -16,8 +16,6 @@
noson
webcord
signal-desktop
teams-for-linux
nomachine-client
];
security = {
polkit.enable = true;