storage driver btrfs for docker

This commit is contained in:
Danilo Reyes 2023-12-29 20:59:44 -06:00
parent 88af2dbcea
commit bc97b48c04

View File

@ -7,6 +7,7 @@
docker = {
enable = true;
enableNvidia = true;
storageDriver = "btrfs";
autoPrune = {
enable = true;
flags = [ "--all" ];