summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/checks.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/checks.nix b/modules/system/checks.nix
index 6d9b2cf..ce06e2f 100644
--- a/modules/system/checks.nix
+++ b/modules/system/checks.nix
@@ -236,7 +236,7 @@ in
system.checks.verifyNixChannels = mkOption {
type = types.bool;
- default = true;
+ default = config.nix.channel.enable;
description = "Whether to run the nix-channels validation checks.";
};