universe/hosts/earth/services/podman.nix
2025-03-07 17:55:45 +05:00

7 lines
88 B
Nix

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