No auto-start

This commit is contained in:
2025-12-07 19:54:46 -08:00
parent 4b9374f753
commit 54bb3cb054

View File

@@ -1,9 +1,8 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
systemd.services.git-auto-rebuild = { systemd.services.git-auto-rebuild = {
# enable = true; enable = true;
after = [ "network.target" ]; after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
description = "Rebuilds the git repo at /etc/nixos if there are changes in the currently checked out branch"; description = "Rebuilds the git repo at /etc/nixos if there are changes in the currently checked out branch";
# startAt = "*:0/1"; # startAt = "*:0/1";
serviceConfig = { serviceConfig = {