From 05e8a12e77097afdbc15c7d2c2f22a007e9a1fde Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 15 Aug 2024 23:42:25 -0400 Subject: [PATCH] add new setting for VMs Signed-off-by: ahuston-0 --- systems/palatine-hill/docker/nextcloud-image/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \