feat: opencloud test

This commit is contained in:
Nick 2025-07-07 15:40:51 -05:00
parent 1e99a5aff9
commit 11b3634d56

View file

@ -3,7 +3,7 @@ let
inherit (flake.config.machines.devices) ceres; inherit (flake.config.machines.devices) ceres;
inherit (flake.config.services.instances) opencloud web; inherit (flake.config.services.instances) opencloud web;
service = opencloud; service = opencloud;
localhost = web.localhost.address1; localhost = web.localhost.address0;
host = service.domains.url0; host = service.domains.url0;
in in
{ {