Only install teams and nomachine on work PCs
This commit is contained in:
parent
14837ed9d8
commit
efd81b8b50
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
noson
|
||||
webcord
|
||||
signal-desktop
|
||||
teams-for-linux
|
||||
nomachine-client
|
||||
];
|
||||
security = {
|
||||
polkit.enable = true;
|
||||
|
|
Loading…
Reference in a new issue