diff --git a/systems/palatine-hill/docker/nextcloud-image/default.nix b/systems/palatine-hill/docker/nextcloud-image/default.nix index 89fddce..15a878f 100644 --- a/systems/palatine-hill/docker/nextcloud-image/default.nix +++ b/systems/palatine-hill/docker/nextcloud-image/default.nix @@ -17,7 +17,7 @@ pkgs.dockerTools.buildImage { # pathsToLink = [ "./supervisord.conf" ]; # }; - + useFUSEOverlayFS = true; # enableFakechroot = true; runAsRoot = '' set -ex; \