summary refs log tree commit diff stats
path: root/system/nanopi.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-25 02:39:32 +0200
committerAlan Pearce2024-05-25 02:39:32 +0200
commitb09a6d6d7894650331ec1e26de9daacac74cb3d4 (patch)
tree47a220b6cfb56964cbd0bfcf78a4d9629f9eae91 /system/nanopi.nix
parent26db73316e573d8d468f3bb18adf8a3d93c5cd2b (diff)
downloadnixfiles-b09a6d6d7894650331ec1e26de9daacac74cb3d4.tar.lz
nixfiles-b09a6d6d7894650331ec1e26de9daacac74cb3d4.tar.zst
nixfiles-b09a6d6d7894650331ec1e26de9daacac74cb3d4.zip
nanopi: enable auto-upgrade
Diffstat (limited to 'system/nanopi.nix')
-rwxr-xr-xsystem/nanopi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/nanopi.nix b/system/nanopi.nix
index cb8847d8..1fe720d7 100755
--- a/system/nanopi.nix
+++ b/system/nanopi.nix
@@ -632,7 +632,7 @@ in
   };
   nixpkgs.config.allowUnfree = true;
   system.autoUpgrade = {
-    enable = false;
+    enable = true;
     dates = "04:15";
     randomizedDelaySec = "59 min";
     flake = "git+https://git.alanpearce.eu/nixfiles";