nix-conf/home/user/podman.nix

6 lines
59 B
Nix

{ ... }:
{
services.podman = {
enable = true;
};
}