nix-config/modules/system/containers.nix
2024-01-13 05:44:31 +01:00

6 lines
90 B
Nix

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