Use nsncd as non-caching nscd replacement

This commit is contained in:
Erwin Boskma 2022-11-22 20:00:16 +01:00
parent b476774cc4
commit 280175dc25
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -86,5 +86,7 @@ in
++ (optional cfg.udev-rules.picotool [ picotoolRules ])
++ (optional cfg.udev-rules.solo2 [ solo2Rules ]);
};
services.nscd.enableNsncd = true;
};
}