aanderse / teraflops

a terraform ops tool which is sure to be a flop
MIT License
44 stars 2 forks source link

reuse `nixosConfigurations` for teraflops #19

Open KiaraGrouwstra opened 1 month ago

KiaraGrouwstra commented 1 month ago

similar to https://github.com/zhaofengli/colmena/pull/161, it would be cool to have an example of how to reuse flakes' nixosConfigurations with teraflops as well.

aanderse commented 1 month ago

is the idea that you would get the machine minus deployment options?

KiaraGrouwstra commented 1 month ago

the deployment options would need to be reconciled with it, yeah. the idea would be to promote reusing configs between multiple use-cases, i guess, whereas the deployment bits here would be specific to teraflops (rather than relevant within nixosConfigurations), so may need to remain elsewhere like they are now.