nixos/sssd: drop assertion
This is now already triggered by the nsswitch module, as we set system.nssModules.
This commit is contained in:
parent
1fb6c37597
commit
0f6f544aaf
@ -42,11 +42,6 @@ in {
|
|||||||
};
|
};
|
||||||
config = mkMerge [
|
config = mkMerge [
|
||||||
(mkIf cfg.enable {
|
(mkIf cfg.enable {
|
||||||
assertions = singleton {
|
|
||||||
assertion = nscd.enable;
|
|
||||||
message = "nscd must be enabled through `services.nscd.enable` for SSSD to work.";
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.services.sssd = {
|
systemd.services.sssd = {
|
||||||
description = "System Security Services Daemon";
|
description = "System Security Services Daemon";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user