nixos/adguardhome: Update binary path

The compiled binary filename has upper cases
This commit is contained in:
Golbinex 2025-05-26 06:57:12 +00:00
parent a2686ae970
commit 6e99825c18

View File

@ -36,7 +36,7 @@ let
null;
configFile = (settingsFormat.generate "AdGuardHome.yaml" settings).overrideAttrs (_: {
checkPhase = "${cfg.package}/bin/adguardhome -c $out --check-config";
checkPhase = "${cfg.package}/bin/AdGuardHome -c $out --check-config";
});
in
{