Add openconnect NM integration

This commit is contained in:
2026-02-23 20:42:09 +01:00
parent 2476dfaa67
commit 46db890c53
3 changed files with 10 additions and 1 deletions

View File

@@ -25,7 +25,13 @@
};
networking = {
networkmanager.enable = true;
networkmanager = {
enable = true;
plugins = with pkgs; [
networkmanager-openconnect
];
};
firewall.enable = false;
};

View File

@@ -40,4 +40,6 @@
solaar-extension
];
};
services.gnome.gnome-keyring.enable = true;
}

View File

@@ -109,6 +109,7 @@
mesa-demos
mission-center
ncdu
networkmanager-openconnect
nil
nixfmt
nixfmt-tree