Skip to content

Commit

Permalink
chore: use new adguardhome options
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Nov 21, 2024
1 parent 953450c commit 114dee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/extractors/services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ in {
config.topology.self.services = mkIf config.topology.extractors.services.enable (
{
adguardhome = let
address = config.services.adguardhome.settings.bind_host or null;
port = config.services.adguardhome.settings.bind_port or null;
address = config.services.adguardhome.host or null;
port = config.services.adguardhome.port or null;
in
mkIf config.services.adguardhome.enable {
name = "AdGuard Home";
Expand Down

0 comments on commit 114dee2

Please sign in to comment.