test: setting up opencloud and microvms

This commit is contained in:
Nick 2025-12-04 21:45:24 -06:00
parent 4b520563d4
commit 0ed3bb9b64
11 changed files with 171 additions and 33 deletions

View file

@ -67,6 +67,8 @@ in
file =
if hostname == devices.ceres.name then
{ }
else if hostname == devices.eris.name then
{ }
else
{
"./justfile" = import ./files/misc/justfile.nix { inherit flake config lib; };