From 9b1ec1b550fa74a422565bec7de0f12d7d70c396 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 02:14:48 -0500 Subject: [PATCH] feat: nextcloud test --- nixos/modules/services/nextcloud.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nixos/modules/services/nextcloud.nix b/nixos/modules/services/nextcloud.nix index 033348a..a5964ee 100755 --- a/nixos/modules/services/nextcloud.nix +++ b/nixos/modules/services/nextcloud.nix @@ -103,12 +103,12 @@ in { ); }; - fileSystems."/var/lib/${nextcloud.name}" = { - device = nextcloud.paths.path0; - fsType = "none"; - options = ["bind"]; - depends = [server.storage0.mount]; - }; + # fileSystems."/var/lib/${nextcloud.name}" = { + # device = nextcloud.paths.path0; + # fsType = "none"; + # options = ["bind"]; + # depends = [server.storage0.mount]; + # }; systemd.tmpfiles.rules = [ "Z ${nextcloud.paths.path0} 750 ${nextcloud.name} ${nextcloud.name} -"