group for nextcloud

This commit is contained in:
soraefir
2026-05-09 18:47:38 +02:00
parent ad2b492b51
commit 8d4caac83b

View File

@@ -5,11 +5,11 @@ serverCfg = config.syscfg.server;
in { in {
paths = [{ paths = [{
path="${serverCfg.dataPath}/nextcloud/www"; path="${serverCfg.dataPath}/nextcloud/www";
owner = "1000:1000"; owner = "33:33";
mode = "0755"; mode = "0755";
}{ }{
path="${serverCfg.dataPath}/nextcloud/data"; path="${serverCfg.dataPath}/nextcloud/data";
owner = "1000:1000"; owner = "33:33";
mode = "0755"; mode = "0755";
backup = true; backup = true;
}]; }];