summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2020-11-18 00:11:20 +0100
committertv <tv@krebsco.de>2020-11-18 00:13:37 +0100
commit9b5eb6e63c198c725fece749c04a57ee00c38910 (patch)
tree8ca67a4a5a6cc80eaf9838d1ff8f2f941627b549 /tv/2configs
parentd7fb13a563f130201a659f489552034ce582233c (diff)
tv configs: enable nscd for 20.09+ properlier
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 975266f..e6119f9 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.
- versionOlder version "20.09";
+ versionAtLeast version "20.09";
services.ntp.enable = false;
services.timesyncd.enable = true;
}