petersweb-infra/nixos/podman.nix
Philip Peterson 2b0fdfa854
wip
2024-12-07 00:19:04 -09:00

10 lines
86 B
Nix

{
lib,
pkgs,
config,
...
}: {
services.podman = {
enable = true;
};
}