From 09d341a0989510464b7227eb1ccaf91b5af41955 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Wed, 20 Dec 2023 13:48:11 +0100 Subject: [PATCH] feat(nextcloud): Add dns resolution to collabora --- machines/compute01/nextcloud.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/machines/compute01/nextcloud.nix b/machines/compute01/nextcloud.nix index 5c201d3..84a0971 100644 --- a/machines/compute01/nextcloud.nix +++ b/machines/compute01/nextcloud.nix @@ -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.