nixos/changedetection-io: fix container having no network

This commit is contained in:
Sandro Jäckel
2022-10-22 02:14:41 +02:00
parent bfb6a63a43
commit 17f2c5ba71
@@ -213,6 +213,7 @@ in
};
})
];
podman.defaultNetwork.dnsname.enable = true;
};
};
}