8 lines
90 B
Nix
8 lines
90 B
Nix
{...}:
|
|
{
|
|
virtualisation.docker = {
|
|
enable = true;
|
|
storageDriver = "zfs";
|
|
};
|
|
}
|