reenable instagram stories

This commit is contained in:
Danilo Reyes 2025-01-11 10:58:19 -06:00
parent 84bdeea035
commit ee78339bb6

View File

@ -80,9 +80,9 @@
}; };
in in
{ {
# "instagram@stories" = lib.mkIf config.my.units.download.enable ( "instagram@stories" = lib.mkIf config.my.units.download.enable (
# downloadTimer "*-*-* 08:12:00" 120 // { } downloadTimer "*-*-* 11:34:00" 120 // { }
# ); );
"download@main" = lib.mkIf config.my.units.download.enable ( "download@main" = lib.mkIf config.my.units.download.enable (
downloadTimer "*-*-* 06,18:02:00" 30 // { } downloadTimer "*-*-* 06,18:02:00" 30 // { }
); );