Compare commits
No commits in common. "cc4ae865254e4b9d645ce6388861a6c668ef0007" and "548eb5bb84fc27d6d3c1c709b2ff16de1ce8b458" have entirely different histories.
cc4ae86525
...
548eb5bb84
|
@ -189,7 +189,10 @@ in
|
||||||
vpn = {
|
vpn = {
|
||||||
enable = true;
|
enable = true;
|
||||||
privateKey = config.secrets.services.protonvpn.privateKey;
|
privateKey = config.secrets.services.protonvpn.privateKey;
|
||||||
countries = [ "Netherlands" ];
|
countries = [
|
||||||
|
"Norway"
|
||||||
|
"Netherlands"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
ssh = {
|
ssh = {
|
||||||
|
|
Loading…
Reference in a new issue