From 46db890c53ccd928dadfd84e419a33a27190a768 Mon Sep 17 00:00:00 2001 From: Roman Lubij Date: Mon, 23 Feb 2026 20:42:09 +0100 Subject: [PATCH] Add openconnect NM integration --- common/default.nix | 8 +++++++- common/modules/gnome.nix | 2 ++ common/modules/packages.nix | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/common/default.nix b/common/default.nix index af82d52..c275b21 100644 --- a/common/default.nix +++ b/common/default.nix @@ -25,7 +25,13 @@ }; networking = { - networkmanager.enable = true; + networkmanager = { + enable = true; + plugins = with pkgs; [ + networkmanager-openconnect + ]; + }; + firewall.enable = false; }; diff --git a/common/modules/gnome.nix b/common/modules/gnome.nix index 840f5c4..e67533f 100644 --- a/common/modules/gnome.nix +++ b/common/modules/gnome.nix @@ -40,4 +40,6 @@ solaar-extension ]; }; + + services.gnome.gnome-keyring.enable = true; } diff --git a/common/modules/packages.nix b/common/modules/packages.nix index bbee45a..99bc55a 100644 --- a/common/modules/packages.nix +++ b/common/modules/packages.nix @@ -109,6 +109,7 @@ mesa-demos mission-center ncdu + networkmanager-openconnect nil nixfmt nixfmt-tree