diff options
author | tv <tv@krebsco.de> | 2020-11-18 02:03:20 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-11-18 02:06:43 +0100 |
commit | 42ca1f1cbc7c59f2554a396756e80bbc9db7161b (patch) | |
tree | e39b491c221267b7feda6add71e6248ad0867cb0 /tv/2configs | |
parent | 9b5eb6e63c198c725fece749c04a57ee00c38910 (diff) |
tv config: enable nscd also on 20.09pre etc.
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index e6119f9..87a5c2e 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. - versionAtLeast version "20.09"; + versionAtLeast (versions.majorMinor version) "20.09"; services.ntp.enable = false; services.timesyncd.enable = true; } |