summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2020-11-18 03:11:28 +0100
committertv <tv@krebsco.de>2020-11-18 03:11:28 +0100
commitad9b2a538e4adf2401565997351fb5c3539887ac (patch)
treecbac444f90e569144148d814ac599f01c7fc604f /tv
parentd410977305d210727856093291c851487efcf87a (diff)
tv config: enable nscd by default
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/default.nix3
1 files changed, 0 insertions, 3 deletions
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 <stockholm/lib>;
{
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;
}