⚠️ [shared/desktop] Added warning for changing docker storageDriver

This commit is contained in:
2025-09-06 13:36:51 +02:00
parent 8fe02a39b2
commit d8653c4aa4

View File

@ -1,6 +1,7 @@
{ {
virtualisation.docker = { virtualisation.docker = {
enable = true; enable = true;
# Warning: Changing will cause containers to be inaccessible
storageDriver = "btrfs"; storageDriver = "btrfs";
rootless = { rootless = {
enable = true; enable = true;