From 2ae2dcd4fb19e004999c7d6f32fc5c73f9f1e5d4 Mon Sep 17 00:00:00 2001 From: uku Date: Sun, 10 Mar 2024 15:02:00 +0100 Subject: [PATCH] etna: add crontab --- systems/etna/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systems/etna/default.nix b/systems/etna/default.nix index 9583f7b..0e18734 100644 --- a/systems/etna/default.nix +++ b/systems/etna/default.nix @@ -48,6 +48,13 @@ }; }; + cron = { + enable = true; + systemCronJobs = [ + "0 3 * * * systemctl restart podman-minecraft.service >> /data/minecraft/cronout 2>&1" + ]; + }; + matrix-conduit = { enable = true; settings.global = {