summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix
index 975266f6..e6119f9d 100644
--- a/tv/2configs/default.nix
+++ b/tv/2configs/default.nix
@@ -92,7 +92,7 @@ with import <stockholm/lib>;
services.cron.enable = false;
services.nscd.enable =
# Since 20.09 nscd doesn't cache anymore.
- versionOlder version "20.09";
+ versionAtLeast version "20.09";
services.ntp.enable = false;
services.timesyncd.enable = true;
}