summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
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" ];