prefect: update dev hosts
Alan Pearce alan@alanpearce.eu
Sat, 29 Jun 2024 19:32:44 +0200
1 files changed, 1 insertions(+), 3 deletions(-)
jump to
M system/prefect.nix → system/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" ];