11 lines
138 B
Nix
11 lines
138 B
Nix
{ ... }:
|
|
|
|
{
|
|
virtualisation = {
|
|
docker = {
|
|
enable = true;
|
|
autoPrune.enable = true;
|
|
};
|
|
};
|
|
}
|