summaryrefslogtreecommitdiff
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
parentafc597e552facff6c0103657d315775902709841 (diff)
downloadnixos-9fd846b25af43c1cb86abc0a6fee55da27ef5955.tar.gz
nixos-9fd846b25af43c1cb86abc0a6fee55da27ef5955.zip
unificato il nome della rete privata wireguard
-rw-r--r--systems/afrodite/networking.nix2
-rw-r--r--systems/odino/networking.nix2
2 files changed, 2 insertions, 2 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" ];
diff --git a/systems/odino/networking.nix b/systems/odino/networking.nix
index 3ab8e46..f68fb87 100644
--- a/systems/odino/networking.nix
+++ b/systems/odino/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.2/24" ];