mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
this seems to work
This commit is contained in:
parent
8a3d5242ce
commit
97254a14c4
1 changed files with 11 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue