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 ];
}