Update git-auto-update.nix
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user