add basic cron
This commit is contained in:
@@ -91,6 +91,11 @@
|
||||
passwordFile = "/etc/gitea/dbpass";
|
||||
type = "postgres";
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
[cron]
|
||||
ENABLED=true
|
||||
'';
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user