prefect: add host entry for tailscale local IP
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
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;