chore(protonvpn): change name to proton-vpn due to deprication

This commit is contained in:
2026-03-31 15:42:14 +02:00
parent c1d1fb7793
commit 1b82de5c92

View File

@@ -8,6 +8,6 @@
networking.firewall.checkReversePath = "loose"; networking.firewall.checkReversePath = "loose";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
protonvpn-gui proton-vpn
]; ];
} }