diff options
Diffstat (limited to 'hosts/toaster/network')
| -rw-r--r-- | hosts/toaster/network/mullvad.nix | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/hosts/toaster/network/mullvad.nix b/hosts/toaster/network/mullvad.nix index 112026d..54fec8d 100644 --- a/hosts/toaster/network/mullvad.nix +++ b/hosts/toaster/network/mullvad.nix @@ -1,9 +1,12 @@ -{ config, ... }: +{ + config, + ... +}: { systemd.network = let - pubkey = "uUYbYGKoA6UBh1hfkAz5tAWFv4SmteYC9kWh7/K6Ah0="; - endpoint = "92.60.40.209"; + pubkey = "xpZ3ZDEukbqKQvdHwaqKMUhsYhcYD3uLPUh1ACsVr1s="; + endpoint = "185.65.134.86"; port = "51820"; addr = [ "10.74.16.48/32" |
