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 = {