feat(gitea): add dependency on sops-install-secrets service
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
This commit is contained in:
@@ -142,6 +142,11 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
systemd.services.gitea = {
|
||||||
|
serviceConfig = {
|
||||||
|
After = ["sops-install-secrets.service"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# systemd.services.gitea-oauth-setup = let
|
# systemd.services.gitea-oauth-setup = let
|
||||||
# name = "authelia";
|
# name = "authelia";
|
||||||
|
|||||||
Reference in New Issue
Block a user