From ba6a0372b439e8e90b81dff7e5c2a0cf335fe5f4 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sat, 2 Sep 2023 00:07:38 -0500 Subject: [PATCH] Add ms rpi4 --- hosts/mm/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/mm/default.nix b/hosts/mm/default.nix index bd94a32..72fd3e9 100644 --- a/hosts/mm/default.nix +++ b/hosts/mm/default.nix @@ -52,6 +52,10 @@ in }; extraHosts = (builtins.concatStringsSep "\n" [ "${lanIpAddress} store.mindmazeroom.com" + "10.177.1.249 ms.mindmazeroom.com" + "10.177.1.248 saloon.mindmazeroom.com" + "10.177.1.247 jail.mindmazeroom.com" + "10.177.1.246 mspi.mindmazeroom.com" ]); }; @@ -160,6 +164,10 @@ in hw-address = "9c:8e:cd:3f:40:d3"; hostname = "jail"; ip-address = "10.177.1.247"; + } { + hw-address = "dc:a6:32:62:e6:a8"; + hostname = "madscientistpi"; + ip-address = "10.177.1.246"; }]; }]; };