summaryrefslogtreecommitdiff
path: root/systems/odino/networking.nix
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2026-03-18 18:19:43 +0100
committerLeonardo <noreply@leoflo.me>2026-03-18 18:19:43 +0100
commitce4c719159dd659f20e70f95842bbbbad0be23bc (patch)
treee07ae7a9a5887cb9303b9a7aec3f87012e46e89f /systems/odino/networking.nix
parente31279811e553e1b59eaace42ec0f0bcd78236f0 (diff)
downloadnixos-ce4c719159dd659f20e70f95842bbbbad0be23bc.tar.gz
nixos-ce4c719159dd659f20e70f95842bbbbad0be23bc.zip
vpn di wireguard aggiornata
Diffstat (limited to 'systems/odino/networking.nix')
-rw-r--r--systems/odino/networking.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/odino/networking.nix b/systems/odino/networking.nix
index f68fb87..11490ad 100644
--- a/systems/odino/networking.nix
+++ b/systems/odino/networking.nix
@@ -15,12 +15,12 @@
networkmanager.enable = true;
wg-quick.interfaces."home" = {
- privateKeyFile = "/home/leo/.wireguard/private.key";
+ privateKeyFile = "/home/leo/.wireguard/home";
address = [ "10.69.0.2/24" ];
peers = [
{
- publicKey = "rwUMCdhjQbQt9uGjljfdABj4DSJFgL62bzT13sg8LmU=";
+ publicKey = "629xLQgbpcfGJotfD79p3dNbpiwmp2FQtkUMd/S+M2M=";
allowedIPs = [ "10.69.0.0/24" ];
endpoint = "leoflo.me:51820";
persistentKeepalive = 25;