nix-conf/system/modules/gitea.nix
2026-01-10 12:46:40 +08:00

8 lines
98 B
Nix
Executable file

{
services.gitea = {
enable = true;
database = {
type = "postgres";
};
};
}