diff options
| author | tv <tv@krebsco.de> | 2020-11-18 03:11:28 +0100 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2020-11-18 03:11:28 +0100 | 
| commit | 871eecdd9e66ae2ec1e3a0b7cf3698d71b1cd337 (patch) | |
| tree | fe2c7fa841e4195fb504bed6a15678278cce6416 | |
| parent | 0b2fd6566da6a3271b22cfe5b78e685ffb00a51b (diff) | |
tv config: enable nscd by default
| -rw-r--r-- | tv/2configs/default.nix | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 87a5c2e..07e7ff1 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;      } | 
