etna: add crontab

This commit is contained in:
uku 2024-03-10 15:02:00 +01:00
parent 290ed10b47
commit 2ae2dcd4fb
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -48,6 +48,13 @@
}; };
}; };
cron = {
enable = true;
systemCronJobs = [
"0 3 * * * systemctl restart podman-minecraft.service >> /data/minecraft/cronout 2>&1"
];
};
matrix-conduit = { matrix-conduit = {
enable = true; enable = true;
settings.global = { settings.global = {