nixos/ipa: fix path to ldap.conf (#435054)

authored by Benjamin Staffin and committed by GitHub b558c287 1c68685d

+1 -1
+1 -1
nixos/modules/security/ipa.nix
··· 190 190 } 191 191 ''; 192 192 193 - "openldap/ldap.conf".source = ldapConf; 193 + "ldap.conf".source = ldapConf; 194 194 }; 195 195 196 196 environment.etc."chromium/policies/managed/freeipa.json" = mkIf cfg.chromiumSupport {