summaryrefslogtreecommitdiffstats
path: root/tv/2configs/default.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-11-17 20:10:59 +0100
committerlassulus <lassulus@lassul.us>2020-11-17 20:10:59 +0100
commitf790a72f19c51fd7b19c4ff0111fb7e8a004a051 (patch)
tree84523ea3953605356ad90bc2e61e2efa69fe184c /tv/2configs/default.nix
parentd20202b604371044a0ac2531462d0d3770e47c10 (diff)
parent6c787716577c8a9e6802ab9d6c8dda9695a0d164 (diff)
Merge remote-tracking branch 'ni/master' into 20.09
Diffstat (limited to 'tv/2configs/default.nix')
-rw-r--r--tv/2configs/default.nix4
1 files changed, 3 insertions, 1 deletions
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 <stockholm/lib>;
{
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;
}