summaryrefslogtreecommitdiff
path: root/systems/afrodite/networking.nix
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2026-03-11 16:38:31 +0100
committerLeonardo <noreply@leoflo.me>2026-03-11 16:38:31 +0100
commit9fd846b25af43c1cb86abc0a6fee55da27ef5955 (patch)
tree54feb93edf58676b656bc6a983f1e11058e49a8e /systems/afrodite/networking.nix
parentafc597e552facff6c0103657d315775902709841 (diff)
downloadnixos-9fd846b25af43c1cb86abc0a6fee55da27ef5955.tar.gz
nixos-9fd846b25af43c1cb86abc0a6fee55da27ef5955.zip
unificato il nome della rete privata wireguard
Diffstat (limited to 'systems/afrodite/networking.nix')
-rw-r--r--systems/afrodite/networking.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/afrodite/networking.nix b/systems/afrodite/networking.nix
index 78fdc57..c378836 100644
--- a/systems/afrodite/networking.nix
+++ b/systems/afrodite/networking.nix
@@ -14,7 +14,7 @@
networkmanager.enable = true;
- wg-quick.interfaces."tunnel" = {
+ wg-quick.interfaces."home" = {
privateKeyFile = "/home/leo/.wireguard/private.key";
address = [ "10.69.0.1/24" ];