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,
|
config,
|
||||||
|
host,
|
||||||
lib,
|
lib,
|
||||||
|
pkgs,
|
||||||
|
var,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
|
@ -45,6 +46,7 @@ in
|
||||||
|
|
||||||
networkmanager = {
|
networkmanager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
plugins = with pkgs; [ networkmanager-openconnect ];
|
||||||
wifi.macAddress = "random";
|
wifi.macAddress = "random";
|
||||||
ensureProfiles.profiles = {
|
ensureProfiles.profiles = {
|
||||||
"tuda-vpn" = {
|
"tuda-vpn" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue