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: '' mkMicrVMSshCommands = name: ssh: ''
${name}: ${name}:
ssh -p ${ssh} root@localhost ssh -p ${builtins.toString ssh} root@localhost
''; '';
systemRecords = systemRecords =
command: command:
lib.concatStrings [ lib.concatStrings [
(command devices.ceres.name devices.ceres.ip.address0) (command devices.ceres.name devices.ceres.ip.address0)
(command devices.eris.name devices.eris.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.deimos.name devices.deimos.ip.address0)
(command devices.phobos.name devices.phobos.ip.address0) (command devices.phobos.name devices.phobos.ip.address0)
(command devices.lamdagibson.name devices.lamdagibson.ip.address0) (command devices.lamdagibson.name devices.lamdagibson.ip.address0)