feat: opencloud test

This commit is contained in:
Nick 2025-07-07 14:40:12 -05:00
parent 6e3ce364a5
commit fa54767e7f

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;
};