From 89da451d187f271c9944e1e17e0b9ab1db1d78dc Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 9 Jul 2023 08:32:54 -0700 Subject: [PATCH] Fixed cfg location --- modules/services/adguardhome/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/adguardhome/default.nix b/modules/services/adguardhome/default.nix index 7836d47..467b7a6 100644 --- a/modules/services/adguardhome/default.nix +++ b/modules/services/adguardhome/default.nix @@ -7,7 +7,7 @@ ... }: with lib; let - cfg = config.aa.services.openssh; + cfg = config.aa.services.adguardhome; in { options.aa.services.adguardhome = with types; { enable = mkEnableOption "adguardhome";