Home: Update ProtonVPN config
This commit is contained in:
@ -342,10 +342,12 @@
|
|||||||
".local/share/navi/cheats/christoph.cheat".source = config.lib.file.mkOutOfStoreSymlink "${config.paths.dotfiles}/navi/christoph.cheat";
|
".local/share/navi/cheats/christoph.cheat".source = config.lib.file.mkOutOfStoreSymlink "${config.paths.dotfiles}/navi/christoph.cheat";
|
||||||
})
|
})
|
||||||
(lib.mkIf (!headless) {
|
(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 = ''
|
".config/Proton/VPN/settings.json".text = ''
|
||||||
{
|
{
|
||||||
"protocol": "wireguard",
|
"protocol": "wireguard",
|
||||||
"killswitch": 0,
|
"killswitch": 1,
|
||||||
"custom_dns": {
|
"custom_dns": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"ip_list": []
|
"ip_list": []
|
||||||
|
Reference in New Issue
Block a user