feat(gitea): add systemd unit for gitea-actions-mirai service
This commit is contained in:
@@ -148,6 +148,9 @@
|
|||||||
systemd.services.gitea = {
|
systemd.services.gitea = {
|
||||||
after = ["sops-install-secrets.service"];
|
after = ["sops-install-secrets.service"];
|
||||||
};
|
};
|
||||||
|
systemd.services."gitea-actions-mirai" = {
|
||||||
|
after = ["gitea.service"];
|
||||||
|
};
|
||||||
|
|
||||||
# systemd.services.gitea-oauth-setup = let
|
# systemd.services.gitea-oauth-setup = let
|
||||||
# name = "authelia";
|
# name = "authelia";
|
||||||
|
|||||||
Reference in New Issue
Block a user