all repos — nixfiles @ bdb3cd38ec63c9945a2d54819943f482bed197d1

System and user configuration, managed by nix and home-manager

prefect: add host entry for tailscale local IP
Alan Pearce alan@alanpearce.eu
Fri, 31 May 2024 00:27:07 +0200
commit

bdb3cd38ec63c9945a2d54819943f482bed197d1

parent

d7cefcf0500f02cd81eeadcde1193618fa6101fb

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -125,6 +125,9 @@ useNetworkd = true;     interfaces.enp7s0 = {
       useDHCP = true;
     };
+    hosts = {
+      "fd7a:115c:a1e0::53" = [ "tailscale" "ts" ];
+    };
   };
   networking.nftables = {
     enable = true;