From 500c1e7018cb387866c5008a2c7d307245445d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 2 Sep 2022 06:58:07 +0200 Subject: [PATCH] Revert "add zt prefix for tailscale" This reverts commit 84e9d0fdbc62a3c02fc76e0a316e88dbdace47bf. Tailscale experiment is over... --- modules/retiolum/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/retiolum/default.nix b/modules/retiolum/default.nix index 6164a61..ef8df59 100644 --- a/modules/retiolum/default.nix +++ b/modules/retiolum/default.nix @@ -97,9 +97,8 @@ in { systemd.network.enable = true; systemd.network.networks."${netname}".extraConfig = '' - # zt. prefix is needed when running tailscale [Match] - Name = zt.${netname} tinc.${netname} + Name = tinc.${netname} [Link] # tested with `ping -6 turingmachine.r -s 1378`, not sure how low it must be