parent
57e73dc3ef
commit
393b741697
|
@ -97,6 +97,7 @@
|
||||||
"steam-run"
|
"steam-run"
|
||||||
"discord"
|
"discord"
|
||||||
"nomachine-client"
|
"nomachine-client"
|
||||||
|
"zoom"
|
||||||
];
|
];
|
||||||
system = { inherit stateVersion; };
|
system = { inherit stateVersion; };
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
@ -15,6 +15,6 @@
|
||||||
etc."ppp/options".text = ''
|
etc."ppp/options".text = ''
|
||||||
ipcp-accept-remote
|
ipcp-accept-remote
|
||||||
'';
|
'';
|
||||||
systemPackages = with pkgs; [ openfortivpn ];
|
systemPackages = with pkgs; [ openfortivpn zoom-us ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue