all repos — nixfiles @ 8f3d6a86a2041f81c76c9985859edd44c6f7e526

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

prefect: update dev hosts
Alan Pearce alan@alanpearce.eu
Sat, 29 Jun 2024 19:32:44 +0200
commit

8f3d6a86a2041f81c76c9985859edd44c6f7e526

parent

5c269cd47d1177b5928d7478ef4576cde09f9f3d

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

jump to
M system/prefect.nixsystem/prefect.nix
@@ -151,6 +151,7 @@ useDHCP = true;     };
     hosts = {
       "fd7a:115c:a1e0::53" = [ "tailscale" "ts" ];
+      "::1" = [ "alanpearce.test" "alanpearce.localhost" ];
     };
 
     nftables = {
@@ -194,9 +195,6 @@ Q0f1Q5UCIEmyeqrifbp5JnZqtm3IlGVIEQcUeVygqnV/xW3xCAgT       -----END CERTIFICATE-----
     ''
   ];
-  networking.hosts = {
-    "127.0.0.80" = [ "alanpearce.test" "alanpearce.localhost" ];
-  };
 
   boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
   nix.settings.trusted-users = [ "root" "nixremote" ];