refactor(services): unify 'after' property in systemd configurations
Some checks failed
Flake checker / Build Nix targets (push) Failing after 16s

This commit is contained in:
uttarayan21
2025-10-11 19:10:27 +05:30
parent bf2b911692
commit 5c205b6245
3 changed files with 3 additions and 6 deletions

View File

@@ -143,9 +143,7 @@
};
};
systemd.services.gitea = {
serviceConfig = {
After = ["sops-install-secrets.service"];
};
after = ["sops-install-secrets.service"];
};
# systemd.services.gitea-oauth-setup = let