mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: based just balance command
This commit is contained in:
parent
367b3f9338
commit
81f72f5d9d
3 changed files with 8 additions and 6 deletions
|
|
@ -26,12 +26,12 @@ let
|
|||
ssh -p ${builtins.toString ssh} root@localhost
|
||||
'';
|
||||
balanceHosts = lib.concatStringsSep ", " [
|
||||
''{name: "ceres", ssh: "${devices.ceres.ip.address0}"}''
|
||||
''{name: "eris", ssh: "${devices.eris.ip.address0}"}''
|
||||
''{name: "mars", ssh: "${devices.mars.ip.address0}"}''
|
||||
''{name: "deimos", ssh: "${devices.deimos.ip.address0}"}''
|
||||
''{name: "phobos", ssh: "${devices.phobos.ip.address0}"}''
|
||||
''{name: "lamda", ssh: "-o StrictHostKeyChecking=no denise@192.168.50.131"}''
|
||||
''{name: "${devices.ceres.name}", ssh: "${devices.ceres.ip.address0}"}''
|
||||
''{name: "${devices.eris.name}", ssh: "${devices.eris.ip.address0}"}''
|
||||
''{name: "${devices.mars.name}", ssh: "${devices.mars.ip.address0}"}''
|
||||
''{name: "${devices.deimos.name}", ssh: "${devices.deimos.ip.address0}"}''
|
||||
''{name: "${devices.phobos.name}", ssh: "${devices.phobos.ip.address0}"}''
|
||||
''{name: "${devices.lamdagibson.short}", ssh: "-o StrictHostKeyChecking=no denise@${devices.lamdagibson.ip.address0}"}''
|
||||
];
|
||||
systemRecords =
|
||||
command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue