From 75eb6609a4bd448c0a8f6766175aff275997847e Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 24 Sep 2026 10:48:25 +0200 Subject: tweak(shared): set name for wireguard peer Without a name NixOS put the public key into the systemd service name, which was quite awkward. --- nixos/shared/vpn.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/shared/vpn.nix b/nixos/shared/vpn.nix index 4015edb..2f24f5c 100644 --- a/nixos/shared/vpn.nix +++ b/nixos/shared/vpn.nix @@ -18,6 +18,7 @@ peers = [ { + name = "xeovo"; publicKey = "sb61ho9MhaxhJd6WSrryVmknq0r6oHEW7PP5i4lzAgM="; allowedIPs = ["0.0.0.0/0"]; endpoint = "se.gw.xeovo.com:51820"; -- cgit v1.3.1