basic cron
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user