about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Horiguchi <ryan.horiguchi@gmail.com>2024-06-02 21:01:11 +0200
committerRyan Horiguchi <ryan.horiguchi@gmail.com>2024-06-02 21:01:11 +0200
commitea63e59edc22b42f965fec9d42e77a27e7a52782 (patch)
treedf01a8c48f049b084d08e83df966150a96e23586
parente4c22dc16b36c17bea471ecc3ae616f64e69d3d2 (diff)
nixos/adguardhome: fix typo
-rw-r--r--nixos/modules/services/networking/adguardhome.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/adguardhome.nix b/nixos/modules/services/networking/adguardhome.nix
index df9927351edc3..32a0abaaf8b83 100644
--- a/nixos/modules/services/networking/adguardhome.nix
+++ b/nixos/modules/services/networking/adguardhome.nix
@@ -140,7 +140,7 @@ in {
       {
         assertion = cfg.settings != null
           -> !(hasAttrByPath [ "bind_port" ] cfg.settings);
-        message = "AdGuard option `settings.bind_host' has been superseded by `services.adguardhome.port'";
+        message = "AdGuard option `settings.bind_port' has been superseded by `services.adguardhome.port'";
       }
       {
         assertion = settings != null -> cfg.mutableSettings