1
0
Fork 0

Fix software-update timer

This commit is contained in:
Malte 2023-03-28 14:29:55 +02:00
parent 80e5022449
commit 3bca2ba48f

View file

@ -43,7 +43,7 @@ in {
ExecStart = toString (pkgs.writeShellScript "update-plans" ''
${commands.software-updates}/bin/software-updates -x reload
'');
Restart = "always";
Restart = "on-failure";
};
};
timers.update-software-feeds = {