feat: opencloud test

This commit is contained in:
Nick 2025-07-07 14:15:30 -05:00
parent e763a580ca
commit 1535f418b5

View file

@ -10,7 +10,8 @@ in
services = {
opencloud = {
enable = true;
url = "https://${host}:${builtins.toString service.ports.port0}";
url = host;
# url = "https://${host}:${builtins.toString service.ports.port0}";
port = service.ports.port0;
address = localhost;
stateDir = "/var/lib/${service.name}";