10 lines
150 B
Nix
10 lines
150 B
Nix
{ ... }: {
|
|
virtualisation.docker = {
|
|
enable = true;
|
|
|
|
storageDriver = "btrfs";
|
|
enableOnBoot = false;
|
|
autoPrune.enable = true;
|
|
};
|
|
}
|