basic cron

This commit is contained in:
2025-07-17 09:09:18 -05:00
parent fc11bdc50e
commit bc969f7e71

View File

@@ -85,6 +85,11 @@
ENABLE_AUTO_REGISTRATION = true;
};
session.COOKIE_SECURE = true;
cron = {
ENABLED = true;
RUN_AT_START = true;
};
};
database = {
@@ -92,10 +97,6 @@
type = "postgres";
};
extraConfig = ''
[cron]
ENABLED=true
'';
};
services.openssh.enable = true;