networkmanager openconnect
This commit is contained in:
parent
18316f5fca
commit
ff3b700857
1 changed files with 4 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
host,
|
||||
var,
|
||||
config,
|
||||
host,
|
||||
lib,
|
||||
pkgs,
|
||||
var,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -45,6 +46,7 @@ in
|
|||
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [ networkmanager-openconnect ];
|
||||
wifi.macAddress = "random";
|
||||
ensureProfiles.profiles = {
|
||||
"tuda-vpn" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue