From d2dc306be20c2aebafb26dd07645d84916ed60d4 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 12 Jul 2022 19:20:21 +0200 Subject: [PATCH] Renumber nixdeploy --- hosts/nixdeploy/configuration.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/hosts/nixdeploy/configuration.nix b/hosts/nixdeploy/configuration.nix index bd81498..4a585ec 100644 --- a/hosts/nixdeploy/configuration.nix +++ b/hosts/nixdeploy/configuration.nix @@ -22,8 +22,19 @@ matchConfig = { Name = "eth0"; }; - DHCP = "yes"; - address = [ "2a01:4f8:1c0c:8221:1337:42:10:1/64" ]; + address = [ + "10.42.10.245/24" + "2a01:4f8:1c0c:8221::245/64" + "2a01:4f8:1c0c:8221:1337:42:10:1/64" + ]; + gateway = [ + "10.42.10.1" + "2a01:4f8:1c0c:8221::1" + ]; + dns = [ + "10.42.10.245" + "2a01:4f8:1c0c:8221::1" + ]; }; };