feat(gitea): add dependency on sops-install-secrets service
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s

This commit is contained in:
uttarayan21
2025-10-11 13:33:18 +05:30
parent 39ffd93344
commit bf2b911692

View File

@@ -142,6 +142,11 @@
};
};
};
systemd.services.gitea = {
serviceConfig = {
After = ["sops-install-secrets.service"];
};
};
# systemd.services.gitea-oauth-setup = let
# name = "authelia";