diff options
| author | Grisha Shipunov | 2025-01-03 21:09:13 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-03 21:09:13 +0100 |
| commit | 5e486be280592772d9caf9bf297d5b4c065bb2e3 (patch) | |
| tree | bc868860b8cef4a30c1e0fb49195d10b2bc7240e /hosts/toaster/network | |
| parent | 8c15cdf69187b5944ff9ff2def04f46a3350fa6d (diff) | |
fix endpoint pubkey
Diffstat (limited to 'hosts/toaster/network')
| -rw-r--r-- | hosts/toaster/network/mullvad.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/toaster/network/mullvad.nix b/hosts/toaster/network/mullvad.nix index c0debf6..7692a22 100644 --- a/hosts/toaster/network/mullvad.nix +++ b/hosts/toaster/network/mullvad.nix @@ -1,7 +1,7 @@ { config, lib, ... }: { systemd.network = let - pubkey = "uUYbYGKoA6UBh1hfkAz5tAWFv4SmteYC9kWh7/K6Ah0="; + pubkey = "BChJDLOwZu9Q1oH0UcrxcHP6xxHhyRbjrBUsE0e07Vk="; endpoint = "169.150.196.15:51820"; addr = [ "10.74.16.48/32" "fc00:bbbb:bbbb:bb01::b:102f/128" ]; in |
