summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 59ecccc8..f7c857ca 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -263,4 +263,6 @@ in rec {
263 binary-caches-parallel-connections = 10 263 binary-caches-parallel-connections = 10
264 ''; 264 '';
265 }; 265 };
266
267 system.autoUpgrade.enable = true;
266} 268}