From 6c787716577c8a9e6802ab9d6c8dda9695a0d164 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 17 Nov 2020 20:10:34 +0100 Subject: tv configs: enable nscd for 20.09 and newer --- tv/2configs/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 2d813fe3..975266f6 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -90,7 +90,9 @@ with import ; { services.cron.enable = false; - services.nscd.enable = false; + services.nscd.enable = + # Since 20.09 nscd doesn't cache anymore. + versionOlder version "20.09"; services.ntp.enable = false; services.timesyncd.enable = true; } -- cgit v1.2.3