From a250b1763dad915722540b5d0b8d2080156e41b0 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Mon, 22 Jun 2026 01:17:01 +0200 Subject: fix: dyndns evaluation errors and formatting --- modules/vpn.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/vpn.nix b/modules/vpn.nix index d88ddca..e0edecc 100644 --- a/modules/vpn.nix +++ b/modules/vpn.nix @@ -27,8 +27,9 @@ in pkgs.networkmanager-openconnect ]; environment.systemPackages = with pkgs; [ - openfortivpn openfortivpn-webview - ]; + openfortivpn + openfortivpn-webview + ]; }) (lib.mkIf desktop.enable ( lib.mkMerge [ -- cgit v1.3.1