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