11 lines
86 B
Nix
11 lines
86 B
Nix
|
|
{
|
||
|
|
lib,
|
||
|
|
pkgs,
|
||
|
|
config,
|
||
|
|
...
|
||
|
|
}: {
|
||
|
|
services.podman = {
|
||
|
|
enable = true;
|
||
|
|
};
|
||
|
|
}
|