From 91c9dde7abdd79df35f2a2009fe0987bf0f1e63a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 26 Dec 2021 14:41:19 +0100 Subject: vidhar: static ip for switch01 --- hosts/vidhar/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts/vidhar/default.nix') diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 9ca299b3..c8bdd081 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -107,6 +107,11 @@ hostName = "gauss-ap01"; ipAddress = "10.141.0.64"; } + { + ethernetAddress = "60:a4:b7:53:94:b5"; + hostName = "switch01"; + ipAddress = "10.141.0.65"; + } ]; }; services.corerad = { -- cgit v1.2.3