mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-30 11:04:19 +00:00
No auto-start
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
systemd.services.git-auto-rebuild = {
|
||||
# enable = true;
|
||||
enable = true;
|
||||
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";
|
||||
# startAt = "*:0/1";
|
||||
serviceConfig = {
|
||||
|
||||
Reference in New Issue
Block a user