This commit is contained in:
암냥 2026-08-17 11:28:53 +09:00
commit f6dbcc2b4f
No known key found for this signature in database
20 changed files with 540 additions and 26 deletions

View file

@ -11,6 +11,7 @@
podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
defaultNetwork.settings.dns_enabled = true; # Required for containers under podman-compose to be able to talk to each other.
};
};