about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-08-16 16:30:08 +0200
committerGitHub <noreply@github.com>2023-08-16 16:30:08 +0200
commite57875a2c484c93c97220b4b149e0147411e6f2e (patch)
tree96f6aa7663d7db3eccada7deeb04819c5e05913c /nixos
parent200eeb9ebea4cc4cca343d5100d97d1f594132ab (diff)
parent02fd938fb7471116c13a30caf30df4039ea93b87 (diff)
Merge pull request #248409 from CobaltCause/conduit-0.6.0
matrix-conduit: 0.5.0 -> 0.6.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/matrix/conduit.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/modules/services/matrix/conduit.nix b/nixos/modules/services/matrix/conduit.nix
index 16c4f571da941..76af7ba228579 100644
--- a/nixos/modules/services/matrix/conduit.nix
+++ b/nixos/modules/services/matrix/conduit.nix
@@ -94,6 +94,16 @@ in
                 instance will require manual migration of data.
               '';
             };
+            global.allow_check_for_updates = mkOption {
+              type = types.bool;
+              default = false;
+              description = lib.mdDoc ''
+                Whether to allow Conduit to automatically contact
+                <https://conduit.rs> hourly to check for important Conduit news.
+
+                Disabled by default because nixpkgs handles updates.
+              '';
+            };
           };
         };
         default = {};