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