summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-11-23 11:33:43 +0100
committerlassulus <lassulus@lassul.us>2020-11-23 11:33:43 +0100
commit064b97b7f9e2fbb38ab293055032e7943cc7e4b5 (patch)
treee47c4018e57a83ef6b643e874610d1b3d8dd833a /tv
parent1b4d1c4aaba003f42a542ce1cf442a4983f50194 (diff)
parente86bc24926f346ae1b0489e8f5cfbe770421c7a4 (diff)
Merge remote-tracking branch 'ni/master' into master
Diffstat (limited to 'tv')
-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 975266f6..87a5c2e1 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 (versions.majorMinor version) "20.09";
services.ntp.enable = false;
services.timesyncd.enable = true;
}