diff options
author | Alan Pearce | 2024-06-29 19:32:44 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-29 19:32:44 +0200 |
commit | 8f3d6a86a2041f81c76c9985859edd44c6f7e526 (patch) | |
tree | dfeed73551e5b2840aaa60c611d47843c60099cc /system | |
parent | 5c269cd47d1177b5928d7478ef4576cde09f9f3d (diff) | |
download | nixfiles-8f3d6a86a2041f81c76c9985859edd44c6f7e526.tar.lz nixfiles-8f3d6a86a2041f81c76c9985859edd44c6f7e526.tar.zst nixfiles-8f3d6a86a2041f81c76c9985859edd44c6f7e526.zip |
prefect: update dev hosts
Diffstat (limited to 'system')
-rw-r--r-- | system/prefect.nix | 4 |
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" ]; |