feat: opencloud test

This commit is contained in:
Nick 2025-07-07 14:49:37 -05:00
parent 537619237e
commit d33328926e

View file

@ -15,7 +15,7 @@ in
address = localhost;
stateDir = "/var/lib/${service.name}";
environment = {
OC_INSECURE = "false";
OC_INSECURE = "true";
};
environmentFile = config.sops.secrets."${service.name}-pass".path;
};