feat(nextcloud): Add dns resolution to collabora

This commit is contained in:
Tom Hubrecht 2023-12-20 13:48:11 +01:00
parent 216efbbc42
commit 09d341a098

View file

@ -83,6 +83,17 @@ in {
};
};
virtualisation = {
podman = {
enable = true;
defaultNetwork.settings = {
dns_enable = true;
ipv6_enabled = true;
};
};
};
virtualisation.oci-containers = {
# # Since 22.05, the default driver is podman but it doesn't work
# # with podman. It would however be nice to switch to podman.