dotfiles/modules/containers/default.nix
2022-03-30 21:52:32 +02:00

8 lines
110 B
Nix

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