From aaa3bbf7f8d994eced080eeb0086e679a8c2fc8e Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 20 Dec 2021 03:45:29 +0100 Subject: [PATCH] add static ip addresses to matemat --- host-registry.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host-registry.nix b/host-registry.nix index 71fb5ef0..c479fe89 100644 --- a/host-registry.nix +++ b/host-registry.nix @@ -80,6 +80,8 @@ rec { }; matemat = { + ip4 = "172.20.73.21"; + ip6 = "2a00:8180:2c00:282:f82b:1bff:fedc:8572"; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBa07c4NnU1TGX1SMNea9e1d4nMtc0OS4gJLmTA3g/fe"; };