summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-06-29 19:32:44 +0200
committerAlan Pearce2024-06-29 19:32:44 +0200
commit8f3d6a86a2041f81c76c9985859edd44c6f7e526 (patch)
treedfeed73551e5b2840aaa60c611d47843c60099cc /system/prefect.nix
parent5c269cd47d1177b5928d7478ef4576cde09f9f3d (diff)
downloadnixfiles-8f3d6a86a2041f81c76c9985859edd44c6f7e526.tar.lz
nixfiles-8f3d6a86a2041f81c76c9985859edd44c6f7e526.tar.zst
nixfiles-8f3d6a86a2041f81c76c9985859edd44c6f7e526.zip
prefect: update dev hosts
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 980e35ff..e145c304 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -151,6 +151,7 @@
     };
     hosts = {
       "fd7a:115c:a1e0::53" = [ "tailscale" "ts" ];
+      "::1" = [ "alanpearce.test" "alanpearce.localhost" ];
     };
 
     nftables = {
@@ -194,9 +195,6 @@
       -----END CERTIFICATE-----
     ''
   ];
-  networking.hosts = {
-    "127.0.0.80" = [ "alanpearce.test" "alanpearce.localhost" ];
-  };
 
   boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
   nix.settings.trusted-users = [ "root" "nixremote" ];