Add ms rpi4

This commit is contained in:
Greg Hellings
2023-09-02 00:07:38 -05:00
parent a0258d3ec8
commit ba6a0372b4
+8
View File
@@ -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";
}];
}];
};