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 f22b1e7..0ff0893 100644
--- a/modules/system/checks.nix
+++ b/modules/system/checks.nix
@@ -169,7 +169,7 @@ in
system.checks.text = mkMerge [
darwinChanges
runLink
- (mkIf config.services.nix-daemon.enable buildUsers)
+ (mkIf config.nix.useDaemon buildUsers)
nixStore
(mkIf (config.nix.gc.automatic && config.nix.gc.user == null) nixGarbageCollector)
nixChannels