timer
This commit is contained in:
parent
adb8f3f40a
commit
e7f412de03
|
@ -1,12 +1,12 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
# systemd.timers."nix-auto-upgrade" = {
|
systemd.timers."nix-auto-upgrade" = {
|
||||||
# wantedBy = ["timers.target"];
|
wantedBy = ["timers.target"];
|
||||||
# timerConfig = {
|
timerConfig = {
|
||||||
# OnCalendar = "weekly";
|
OnCalendar = "weekly";
|
||||||
# Persistent = true;
|
Persistent = true;
|
||||||
# Unit = "nix-auto-upgrade";
|
Unit = "nix-auto-upgrade";
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
|
||||||
systemd.services."nix-auto-upgrade" = {
|
systemd.services."nix-auto-upgrade" = {
|
||||||
script = ''
|
script = ''
|
||||||
|
|
Loading…
Reference in a new issue