6 lines
59 B
Nix
Executable file
6 lines
59 B
Nix
Executable file
{ ... }:
|
|
{
|
|
services.podman = {
|
|
enable = true;
|
|
};
|
|
}
|