summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2020-11-18 02:03:20 +0100
committertv <tv@krebsco.de>2020-11-18 02:06:43 +0100
commit42ca1f1cbc7c59f2554a396756e80bbc9db7161b (patch)
treee39b491c221267b7feda6add71e6248ad0867cb0 /tv/2configs
parent9b5eb6e63c198c725fece749c04a57ee00c38910 (diff)
tv config: enable nscd also on 20.09pre etc.
Diffstat (limited to 'tv/2configs')
-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 e6119f9..87a5c2e 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.
- versionAtLeast version "20.09";
+ versionAtLeast (versions.majorMinor version) "20.09";
services.ntp.enable = false;
services.timesyncd.enable = true;
}