dotfiles/modules/podman.nix

9 lines
110 B
Nix

{ config, lib, pkgs, ... }:
{
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
}