From 571640bf25d603a0a004fa6bea192e60b043bbcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sun, 16 Nov 2025 22:34:49 +0100 Subject: [PATCH] install & setup podman-compose --- common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.nix b/common.nix index 75cf2e4..ef81b72 100644 --- a/common.nix +++ b/common.nix @@ -217,6 +217,7 @@ in { # for screen sharing xdg-desktop-portal kdePackages.xdg-desktop-portal-kde + podman-compose ]; # set user environment variables @@ -305,6 +306,8 @@ in { # create alias mapping docker to podman dockerCompat = true; dockerSocket.enable = true; + # Required for containers under podman-compose to be able to talk to each other. + defaultNetwork.settings.dns_enabled = true; }; # enable VAAPI and intel QSV