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 380e741..a2385ec 100644
--- a/modules/system/checks.nix
+++ b/modules/system/checks.nix
@@ -171,7 +171,7 @@ in
runLink
(mkIf config.services.nix-daemon.enable buildUsers)
nixStore
- (mkIf (config.nix.gc.automatic && config.nix.user != null) nixGarbageCollector)
+ (mkIf (config.nix.gc.automatic && config.nix.gc.user != null) nixGarbageCollector)
nixChannels
nixInstaller
(mkIf cfg.verifyNixPath nixPath)