✈️ (cesium) migrate from gitea to forgejo

This commit is contained in:
Laureηt 2024-03-31 17:27:57 +02:00
parent fcd49a8a96
commit 14ced3c085
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk
2 changed files with 4 additions and 9 deletions

View file

@ -1,11 +1,6 @@
{
config,
pkgs,
...
}: {
services.gitea = {
{config, ...}: {
services.forgejo = {
enable = true;
package = pkgs.forgejo;
lfs.enable = true;
database = {
type = "postgres";

View file

@ -1,7 +1,7 @@
{...}: {
age.secrets.gitea = {
file = ../../../../secrets/gitea.age;
owner = "gitea";
group = "gitea";
owner = "forgejo";
group = "forgejo";
};
}