diff --git a/hosts/uranus/stateful-jupyter.nix b/hosts/uranus/stateful-jupyter.nix index ea6bba9..bd22756 100644 --- a/hosts/uranus/stateful-jupyter.nix +++ b/hosts/uranus/stateful-jupyter.nix @@ -30,7 +30,8 @@ in virtualisation.docker = { enable = true; - storageDriver = "fuse-overlayfs"; + # automatic selection by docker + storageDriver = null; }; # user to run the thing