From 2da5b887eb7057bc63f169dec2e17644f31efb08 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 12 Apr 2023 19:08:46 +0200 Subject: [PATCH] hosts/prophet: new metadata --- hosts/prophet/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/prophet/default.nix b/hosts/prophet/default.nix index c7e6110..180b338 100644 --- a/hosts/prophet/default.nix +++ b/hosts/prophet/default.nix @@ -1,15 +1,15 @@ tools: { ssh.enable = true; ssh.id = with tools.dns; { - publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZ4FyGi69MksEn+UJZ87vw1APqiZmPNlEYIr0CbEoGv"; + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAUG/ubwo68tt2jMP5ia0Sa4mnkWtlKVN5n4Y50U2nTC"; hostNames = subResolve "prophet" "node"; }; interfaces = { primary = { - addr = "10.0.0.92"; - addrPublic = "152.67.79.222"; - link = "enp0s3"; + addr = "10.0.243.216"; + addrPublic = "152.67.75.145"; + link = "enp0s6"; }; };