Files
nixos/hosts/jude/podman.nix
T
Greg Hellings 2d333a9128 Adding more features to my desktop
Add nheko for chat
Add podman for development and testing
2022-05-04 13:57:19 -05:00

9 lines
85 B
Nix

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