virtual/podman: make podman a backend

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-16 00:43:24 +03:00
parent 351be99134
commit 693da19c7f

View File

@ -20,6 +20,7 @@ in {
defaultNetwork.settings.dns_enabled = true; defaultNetwork.settings.dns_enabled = true;
}; };
}; };
virtualisation.oci-containers.backend = "podman";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
podman-tui podman-tui
podman-compose podman-compose