Update git-auto-update.nix

This commit is contained in:
ska
2026-01-06 20:30:52 +00:00
parent bf1bbf951d
commit 025c6b824e

View File

@@ -29,7 +29,7 @@
}; };
systemd.services.nix-git-auto-update = { 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"; script = "/etc/nix-git-auto-update.sh";
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
@@ -43,7 +43,7 @@
}; };
systemd.timers.nix-git-auto-update = { systemd.timers.nix-git-auto-update = {
description = "Periodic NixOS Git update check (always rebuild)"; description = "Periodic NixOS Git update check";
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
timerConfig = { timerConfig = {
OnBootSec = "60s"; OnBootSec = "60s";