feat: enable podman docker compat

This commit is contained in:
Ashhhleyyy 2024-09-23 16:20:59 +01:00
parent d48c7bd208
commit d317fa22c9
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -1,5 +1,8 @@
{ config, pkgs, ... }: {
virtualisation.podman.enable = true;
virtualisation.podman = {
enable = true;
dockerSocket.enable = true;
};
virtualisation.oci-containers.backend = "podman";
environment.systemPackages = with pkgs; [
podman-compose