Add teams and nomachine to Ronin as well, missed by accident before
This commit is contained in:
parent
d000b0f502
commit
fea8c65c57
|
@ -10,7 +10,12 @@
|
||||||
etc."ppp/options".text = ''
|
etc."ppp/options".text = ''
|
||||||
ipcp-accept-remote
|
ipcp-accept-remote
|
||||||
'';
|
'';
|
||||||
systemPackages = with pkgs; [openfortivpn samba];
|
systemPackages = with pkgs; [
|
||||||
|
openfortivpn
|
||||||
|
samba
|
||||||
|
teams-for-linux
|
||||||
|
nomachine-client
|
||||||
|
];
|
||||||
};
|
};
|
||||||
services.ollama.enable = true;
|
services.ollama.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue