fix(gitea)?: syntax

This commit is contained in:
2026-05-29 20:38:16 +03:00
parent 2e66319cfc
commit 7d254cd8c4

View File

@@ -340,10 +340,9 @@ in {
database = {
createDatabase = false;
type = "postgres";
socket = "/run/postgresql";
user = "gitea";
name = "gitea";
socket = "/run/postgresql";
};
};
@@ -356,9 +355,9 @@ in {
ensureDBOwnership = true;
}
];
authentication = '''
authentication = ''
local gitea gitea peer
''';
'';
};
};