1
0
Fork 0

Compare commits

..

2 commits

View file

@ -189,10 +189,7 @@ in
vpn = { vpn = {
enable = true; enable = true;
privateKey = config.secrets.services.protonvpn.privateKey; privateKey = config.secrets.services.protonvpn.privateKey;
countries = [ countries = [ "Netherlands" ];
"Norway"
"Netherlands"
];
}; };
}; };
ssh = { ssh = {