Files
nixos/hosts/jude/podman.nix
T

9 lines
91 B
Nix

{ ... }:
{
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
}