address some of the points mentioned in #206260

Namely, after 87942da moved the `sssd.conf`, some modules weren't updated. This
removes the section that still points to the previous file location.
This commit is contained in:
Wanja Zaeske 2022-12-15 17:30:02 +01:00
parent cd77d358f9
commit e0839d420b

View file

@ -130,7 +130,7 @@ in {
ExecStart = "${pkgs.sssd}/libexec/sssd/sssd_kcm --uid 0 --gid 0";
};
restartTriggers = [
config.environment.etc."sssd/sssd.conf".source
settingsFileUnsubstituted
];
};
systemd.sockets.sssd-kcm = {