Fix nix-index timer
This commit is contained in:
parent
2916aaa29b
commit
dfd4548fba
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
||||||
timers."nix-index" = {
|
timers."nix-index" = {
|
||||||
Unit.Description = "Daily update the nix-locate database";
|
Unit.Description = "Daily update the nix-locate database";
|
||||||
Timer = { OnCalendar = "daily"; Persistent = true; Unit = "nix-index.service";};
|
Timer = { OnCalendar = "daily"; Persistent = true; Unit = "nix-index.service";};
|
||||||
|
Install.WantedBy = [ "timers.target" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue