11 lines
84 B
Nix
11 lines
84 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
|
|
virtualisation.docker = {
|
|
enable = true;
|
|
};
|
|
|
|
}
|