From e0839d420b7586a6aa0548ee7aa09128b1582202 Mon Sep 17 00:00:00 2001 From: Wanja Zaeske Date: Thu, 15 Dec 2022 17:30:02 +0100 Subject: [PATCH] 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. --- nixos/modules/services/misc/sssd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/sssd.nix b/nixos/modules/services/misc/sssd.nix index edd5750a4a47..b39d3a97b396 100644 --- a/nixos/modules/services/misc/sssd.nix +++ b/nixos/modules/services/misc/sssd.nix @@ -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 = {