add basic cron

This commit is contained in:
2025-07-17 08:41:26 -05:00
parent 8152178826
commit fc11bdc50e

View File

@@ -91,6 +91,11 @@
passwordFile = "/etc/gitea/dbpass";
type = "postgres";
};
extraConfig = ''
[cron]
ENABLED=true
'';
};
services.openssh.enable = true;