feat (nixos/networkmanager): openconnect plugin
This commit is contained in:
parent
d5404e54aa
commit
abdae06056
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@
|
|||
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [
|
||||
networkmanager-openconnect
|
||||
];
|
||||
};
|
||||
users.users.hms.extraGroups = [ "networkmanager" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue