summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorThane Gill <me@thanegill.com>2023-01-09 11:23:29 -0800
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-01-11 00:32:59 +0100
commitf851fbc19fa22fc010cf44c5f03bbb23464cdf40 (patch)
tree1e55e87b35af2d843aab5437314c940154d920ca /nixos
parentb326f62dcf5713f1d10b4c03da36dfa06ee7a72d (diff)
changedetection-io: remove podman.defaultNetwork.dnsname.enable
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 fc00aee43516..bbf4c2aed186 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;
};
};
}