From 92f2ea48bdfc2e0568d16bda1b0174c5e5369fcc Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 13:21:45 -0500 Subject: [PATCH] feat: nextcloud test --- nixos/modules/services/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/nextcloud.nix b/nixos/modules/services/nextcloud.nix index db1d0d7..53a1f10 100755 --- a/nixos/modules/services/nextcloud.nix +++ b/nixos/modules/services/nextcloud.nix @@ -93,7 +93,7 @@ in { fileSystems."/var/lib/${nextcloud.name}" = { device = nextcloud.paths.path0; fsType = "none"; - options = ["bind"]; + options = ["bind" "rw"]; depends = [server.storage0.mount]; };