summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJakub Stachurski <jakub@wilkuu.xyz>2026-05-29 21:36:18 +0200
committerJakub Stachurski <jakub@wilkuu.xyz>2026-05-29 21:36:18 +0200
commit85d8f06cec5e0243b3157f3cd4fb0f37997822a3 (patch)
tree8c8f90068b65ad16d71ed7b0d0d257bd50fa1c87 /modules
parent604b8e1850b19bf5acd2042b138dcd5a17698b65 (diff)
Move over some more references
Diffstat (limited to 'modules')
-rw-r--r--modules/vpn.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/vpn.nix b/modules/vpn.nix
index 93db975..1ff0877 100644
--- a/modules/vpn.nix
+++ b/modules/vpn.nix
@@ -22,7 +22,10 @@ in
networking.networkmanager.plugins = [ pkgs.networkmanager-openvpn ];
})
(lib.mkIf cfg.fortissl.enable {
- networking.networkmanager.plugins = [ pkgs.networkmanager-fortisslvpn ];
+ networking.networkmanager.plugins = [
+ pkgs.networkmanager-fortisslvpn
+ pkgs.networkmanager-openconnect
+ ];
})
(lib.mkIf desktop.enable (
lib.mkMerge [