prefect: add host entry for tailscale local IP
Alan Pearce alan@alanpearce.eu
Fri, 31 May 2024 00:27:07 +0200
1 files changed, 3 insertions(+), 0 deletions(-)
jump to
M system/prefect.nix → system/prefect.nix
@@ -125,6 +125,9 @@ useNetworkd = true; interfaces.enp7s0 = { useDHCP = true; }; + hosts = { + "fd7a:115c:a1e0::53" = [ "tailscale" "ts" ]; + }; }; networking.nftables = { enable = true;