diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index e6119f9d5..87a5c2e18 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -92,7 +92,7 @@ with import ; services.cron.enable = false; services.nscd.enable = # Since 20.09 nscd doesn't cache anymore. - versionAtLeast version "20.09"; + versionAtLeast (versions.majorMinor version) "20.09"; services.ntp.enable = false; services.timesyncd.enable = true; }