add openconnect

This commit is contained in:
afoucaultc 2026-08-11 22:13:51 +02:00
parent a0b9e7ffe2
commit bf3fa91538
10 changed files with 18 additions and 5 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
networking.networkmanager.enable = true;
networking.networkmanager.plugins = [ pkgs.networkmanager-openconnect ];
}

View file

@ -21,6 +21,7 @@
# additional services
../common/services/gnome-keyring.nix
../common/services/mullvad.nix
../common/services/openconnect.nix
../common/services/sound.nix
../common/services/greetd.nix
../common/services/protonmail.nix

View file

@ -22,6 +22,7 @@
# additional services
../common/services/gnome-keyring.nix
../common/services/mullvad.nix
../common/services/openconnect.nix
../common/services/sound.nix
../common/services/greetd.nix
../common/services/protonmail.nix