nix-conf/system/modules/gitea.nix
2025-09-14 15:54:42 +08:00

8 lines
98 B
Nix

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