nix-conf/home/user/podman.nix
2026-01-10 12:46:40 +08:00

6 lines
59 B
Nix
Executable file

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