Compare commits
2 commits
548eb5bb84
...
cc4ae86525
Author | SHA1 | Date | |
---|---|---|---|
Aires | cc4ae86525 | ||
Aires | abd29996c4 |
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue