[systems.prefect] actually enable blog update timer
pyrox.dev 10 months ago 2b3e306f 86182237
··· 1 1 { pkgs, lib, ... }: 2 2 { 3 3 systemd.timers.blog-update = { 4 4 - enable = false; 4 4 + enable = true; 5 5 after = [ "network.target" ]; 6 6 wantedBy = [ "multi-user.target" ]; 7 7 description = "Blog Update Timer";