Remove zoom (installed)
This commit is contained in:
parent
b80ec99cd2
commit
89fbcb8af2
|
@ -97,7 +97,6 @@
|
||||||
"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 zoom-us ];
|
systemPackages = with pkgs; [ openfortivpn ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue