Commit e0839d42 authored by Wanja Zaeske's avatar Wanja Zaeske
Browse files

address some of the points mentioned in #206260

Namely, after 87942da0 moved the `sssd.conf`, some modules weren't updated. This
removes the section that still points to the previous file location.
parent cd77d358
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {