diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-22 01:17:01 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-22 01:17:01 +0200 |
| commit | a250b1763dad915722540b5d0b8d2080156e41b0 (patch) | |
| tree | a08392468aedc8f0c8c7f096dd9c4062fa0778a1 /modules/vpn.nix | |
| parent | 5094baa6b5857da5db554c432af0647a8aff16e3 (diff) | |
fix: dyndns evaluation errors and formatting
Diffstat (limited to '')
| -rw-r--r-- | modules/vpn.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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 [ |
