summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-02-22 09:00:03 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-02-22 09:00:03 -0500
commitc26c066444af63aac4a70123a9ebf74ed139562a (patch)
tree8c359aea6f1e674e388005696d8035f5799c7a79 /config
parent77940b953c41b756d3f338332168e3fd301e9b8a (diff)
Upgrade daily (now that it doesn't trigger arbitrary updates)
Diffstat (limited to 'config')
-rw-r--r--config/auto-upgrade.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/auto-upgrade.nix b/config/auto-upgrade.nix
index ad8de9a..996ff81 100644
--- a/config/auto-upgrade.nix
+++ b/config/auto-upgrade.nix
@@ -2,7 +2,7 @@
{
system.autoUpgrade = {
enable = true;
- dates = "weekly";
+ dates = "04:40";
flake =
if config.networking.hostName == "dragon" then
"git+file:///storage/projects/nixos-config.git"