feat: added midnight miner

This commit is contained in:
Nick 2025-11-13 19:56:52 -06:00
parent 585f5a99a9
commit 5079270f78

View file

@ -23,14 +23,14 @@ let
'';
mkMicrVMSshCommands = name: ssh: ''
${name}:
ssh -p ${ssh} root@localhost
ssh -p ${builtins.toString ssh} root@localhost
'';
systemRecords =
command:
lib.concatStrings [
(command devices.ceres.name devices.ceres.ip.address0)
(command devices.eris.name devices.eris.ip.address0)
(command devices.mars.name devices.deimosmars.ip.address0)
(command devices.mars.name devices.mars.ip.address0)
(command devices.deimos.name devices.deimos.ip.address0)
(command devices.phobos.name devices.phobos.ip.address0)
(command devices.lamdagibson.name devices.lamdagibson.ip.address0)