nixos/adguardhome: Update binary path
The compiled binary filename has upper cases
This commit is contained in:
parent
a2686ae970
commit
6e99825c18
@ -36,7 +36,7 @@ let
|
|||||||
null;
|
null;
|
||||||
|
|
||||||
configFile = (settingsFormat.generate "AdGuardHome.yaml" settings).overrideAttrs (_: {
|
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
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user