11 lines
116 B
Nix
11 lines
116 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
virtualisation = {
|
|
podman = {
|
|
enable = true;
|
|
dockerCompat = true;
|
|
};
|
|
};
|
|
}
|