group for nextcloud
This commit is contained in:
@@ -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;
|
||||||
}];
|
}];
|
||||||
|
|||||||
Reference in New Issue
Block a user