Files

9 lines
109 B
Nix

{ ... }:
{
flake.modules.homeManager.podman = {
services.podman = {
enable = true;
};
};
}