feat(user/malte): add openconnect for university VPN
This commit is contained in:
parent
ae168b10fd
commit
cb0491e120
|
@ -45,6 +45,10 @@ in {
|
|||
pkgs.android-udev-rules
|
||||
];
|
||||
|
||||
networking.networkmanager.plugins = [
|
||||
pkgs.networkmanager-openconnect
|
||||
];
|
||||
|
||||
# TODO: Remove after switching occupation
|
||||
services.clamav.daemon.enable = true;
|
||||
services.clamav.updater.enable = true;
|
||||
|
|
Loading…
Reference in a new issue