This commit is contained in:
TheWanderingCrow 2025-08-18 11:03:53 -04:00
parent 734042076b
commit c84156748b

View file

@ -1,5 +1,10 @@
{pkgs, ...}: {
virtualisation.podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
extraPackages = with pkgs; [
podman-compose
];
};
}