feat: opencloud test

This commit is contained in:
Nick 2025-07-07 14:36:01 -05:00
parent 625e1ffd2f
commit da32d96346

View file

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