Commit 4738d6a865dc

Vincent Demeester <vincent@sbr.pm>
2021-09-10 17:17:17
systems: disable auto-update…
I will replace this with `morph`, thus no more need for each machine to update itself. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a4e1b4f
Changed files (1)
systems
modules
systems/modules/profiles/nix-auto-update.nix
@@ -8,7 +8,7 @@ in
   options = {
     profiles.nix-auto-update = {
       enable = mkOption {
-        default = true;
+        default = false;
         description = "Enable nix-auto-update profile";
         type = types.bool;
       };