this seems to work

This commit is contained in:
Aaron Honeycutt 2025-02-04 20:29:04 +00:00
parent 8a3d5242ce
commit 97254a14c4

View file

@ -119,15 +119,24 @@
## These are disabled currently as I am testing this.
# systemd.services.git-update = {
# systemd.user.services.website-git-update = {
# enable = true;
# description = "update website git";
# description = "runs git to pull latest website changes";
# serviceConfig = {
# ExecStart = "/run/current-system/sw/bin/git -C /mnt/DATA/Website/ahoneybun.net pull";
# };
# wantedBy = [ "multi-user.target" ];
# };
# systemd.timers."website-git-update" = {
# wantedBy = [ "timers.target" ];
# timerConfig = {
# OnBootSec = "15m";
# OnUnitActiveSec = "15m";
# Unit = "website-git-update.service";
# };
# };
# systemd.services.zola-build = {
# enable = true;
# description = "rebuild zola website";