disable update timer
This commit is contained in:
parent
3376eb5c8f
commit
aec02db8a2
1 changed files with 7 additions and 7 deletions
|
|
@ -98,13 +98,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.timers."update-from-flake" = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = "*-*-* 05:00:00";
|
||||
Persistent = true;
|
||||
};
|
||||
};
|
||||
# systemd.timers."update-from-flake" = {
|
||||
# wantedBy = [ "timers.target" ];
|
||||
# timerConfig = {
|
||||
# OnCalendar = "*-*-* 05:00:00";
|
||||
# Persistent = true;
|
||||
# };
|
||||
# };
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue