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