diff --git a/system/aly-server.nix b/system/aly-server.nix index bd75550..05fd02d 100644 --- a/system/aly-server.nix +++ b/system/aly-server.nix @@ -12,6 +12,12 @@ services.openvpn.servers = { server = { config = '' config /home/aly/.secrets/server.ovpn ''; }; }; + services.cron = { + enable = true; + systemCronJobs = [ + "* * * * * /mnt/storage/media/randomintro.sh" + ]; + }; system.stateVersion = "25.05"; virtualisation.hypervGuest.enable = true; virtualisation.docker = {