Fixed cfg location

This commit is contained in:
Alejandro Angulo 2023-07-09 08:32:54 -07:00
parent 35906841d8
commit 89da451d18
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -7,7 +7,7 @@
... ...
}: }:
with lib; let with lib; let
cfg = config.aa.services.openssh; cfg = config.aa.services.adguardhome;
in { in {
options.aa.services.adguardhome = with types; { options.aa.services.adguardhome = with types; {
enable = mkEnableOption "adguardhome"; enable = mkEnableOption "adguardhome";