mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added midnight miner
This commit is contained in:
parent
585f5a99a9
commit
5079270f78
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue