diff options
-rw-r--r-- | system/prefect.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 8221623d..e60f22de 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -125,6 +125,9 @@ interfaces.enp7s0 = { useDHCP = true; }; + hosts = { + "fd7a:115c:a1e0::53" = [ "tailscale" "ts" ]; + }; }; networking.nftables = { enable = true; |