about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-01-11 02:47:07 +0100
committerGitHub <noreply@github.com>2023-01-11 02:47:07 +0100
commit32eceb420a1f2ee9ec74fb8b7ceb1773c696de52 (patch)
treec47bdfcbea6634af022908092d87a5bb7bc27524 /nixos
parentaa478e283bb5c73b2cdd2f891251f0d669517b63 (diff)
parentf851fbc19fa22fc010cf44c5f03bbb23464cdf40 (diff)
Merge pull request #209927 from thanegill/patch-4
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/changedetection-io.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/changedetection-io.nix b/nixos/modules/services/web-apps/changedetection-io.nix
index fc00aee435163..bbf4c2aed1861 100644
--- a/nixos/modules/services/web-apps/changedetection-io.nix
+++ b/nixos/modules/services/web-apps/changedetection-io.nix
@@ -214,7 +214,7 @@ in
           };
         })
       ];
-      podman.defaultNetwork.dnsname.enable = true;
+      podman.defaultNetwork.settings.dns_enabled = true;
     };
   };
 }