From ad9b2a538e4adf2401565997351fb5c3539887ac Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 18 Nov 2020 03:11:28 +0100 Subject: tv config: enable nscd by default --- tv/2configs/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'tv') diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 87a5c2e1..07e7ff11 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -90,9 +90,6 @@ with import ; { services.cron.enable = false; - services.nscd.enable = - # Since 20.09 nscd doesn't cache anymore. - versionAtLeast (versions.majorMinor version) "20.09"; services.ntp.enable = false; services.timesyncd.enable = true; } -- cgit v1.2.3