install & setup podman-compose

This commit is contained in:
Khaïs COLIN 2025-11-16 22:34:49 +01:00
parent 89ed743725
commit 571640bf25
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

View file

@ -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