universe/hosts/common/services/podman.nix
2025-03-03 00:00:20 +05:00

7 lines
88 B
Nix

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