test: trying to fix opencloud

This commit is contained in:
Nick 2025-11-30 17:04:02 -06:00
parent 6a7fb05c69
commit ac0ba3e5d6

View file

@ -55,8 +55,8 @@ in
};
opencloud-copy-secrets = {
description = "Copy secrets from virtiofs to local filesystem";
before = [ "opencloud-init-config.service" ];
requiredBy = [ "opencloud-init-config.service" ];
before = [ "opencloud.service" ];
requiredBy = [ "opencloud.service" ];
serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;