From 09fdda47ad454b3c4dae046c2c977a0d0b40f70b Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 14 Jul 2025 19:10:34 +0200 Subject: [PATCH] Home: Update ProtonVPN config --- home/christoph/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index f130792f..07632ce6 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -342,10 +342,12 @@ ".local/share/navi/cheats/christoph.cheat".source = config.lib.file.mkOutOfStoreSymlink "${config.paths.dotfiles}/navi/christoph.cheat"; }) (lib.mkIf (!headless) { + # killswitch: 0, 1, 2 (off, on, advanced - still on after reboot) + # netshield: 0, 1, 2 (off, malware, ads+malware+trackers) ".config/Proton/VPN/settings.json".text = '' { "protocol": "wireguard", - "killswitch": 0, + "killswitch": 1, "custom_dns": { "enabled": false, "ip_list": []