{ pkgs, ... }: { services.cron = { enable = true; systemCronJobs = [ "30 1 * * * root ${pkgs.wakeonlan}/bin/wakeonlan 08:f1:ea:97:0f:0c" ]; }; }