nixos/sssd: drop assertion

This is now already triggered by the nsswitch module, as we set
system.nssModules.
This commit is contained in:
Florian Klink 2020-05-06 00:22:47 +02:00
parent 1fb6c37597
commit 0f6f544aaf

@ -42,11 +42,6 @@ in {
};
config = mkMerge [
(mkIf cfg.enable {
assertions = singleton {
assertion = nscd.enable;
message = "nscd must be enabled through `services.nscd.enable` for SSSD to work.";
};
systemd.services.sssd = {
description = "System Security Services Daemon";
wantedBy = [ "multi-user.target" ];