Skip to content

Commit 6a69e61

Browse files
authored
Merge pull request #186 from booxter/persistent-timer-reboot
Remove persistent timer for auto-upgrades
2 parents 632527d + 2dae91a commit 6a69e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ in
7777
];
7878
dates = lib.mkDefault "Sat 03:00";
7979
randomizedDelaySec = "45min";
80-
persistent = true;
80+
persistent = false;
8181
allowReboot = true;
8282
rebootWindow = {
8383
lower = "01:00";

0 commit comments

Comments
 (0)