feat(nextcloud): Add dns resolution to collabora
This commit is contained in:
parent
216efbbc42
commit
09d341a098
1 changed files with 11 additions and 0 deletions
|
@ -83,6 +83,17 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation = {
|
||||||
|
podman = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
defaultNetwork.settings = {
|
||||||
|
dns_enable = true;
|
||||||
|
ipv6_enabled = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.oci-containers = {
|
virtualisation.oci-containers = {
|
||||||
# # Since 22.05, the default driver is podman but it doesn't work
|
# # Since 22.05, the default driver is podman but it doesn't work
|
||||||
# # with podman. It would however be nice to switch to podman.
|
# # with podman. It would however be nice to switch to podman.
|
||||||
|
|
Loading…
Reference in a new issue