petersweb-infra/nixos/podman.nix

11 lines
86 B
Nix
Raw Normal View History

2024-12-07 00:19:04 -09:00
{
lib,
pkgs,
config,
...
}: {
services.podman = {
enable = true;
};
}