From 025c6b824e2aa9560d27f55e7de9da682599787e Mon Sep 17 00:00:00 2001 From: ska Date: Tue, 6 Jan 2026 20:30:52 +0000 Subject: [PATCH] Update git-auto-update.nix --- git-auto-update.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-auto-update.nix b/git-auto-update.nix index d24948f..d47361d 100644 --- a/git-auto-update.nix +++ b/git-auto-update.nix @@ -29,7 +29,7 @@ }; systemd.services.nix-git-auto-update = { - description = "Automatically update NixOS from Git (always rebuild)"; + description = "Automatically update NixOS from Git"; script = "/etc/nix-git-auto-update.sh"; serviceConfig = { Type = "oneshot"; @@ -43,7 +43,7 @@ }; systemd.timers.nix-git-auto-update = { - description = "Periodic NixOS Git update check (always rebuild)"; + description = "Periodic NixOS Git update check"; wantedBy = [ "timers.target" ]; timerConfig = { OnBootSec = "60s";