nextcloud: fixed permissions
This commit is contained in:
parent
38c73fd15f
commit
3a588126be
@ -5,8 +5,8 @@ let
|
||||
in
|
||||
{
|
||||
systemd.tmpfiles.rules = [
|
||||
"d ${workDir}/html 2700 root admin"
|
||||
"d ${workDir}/db 2700 root admin"
|
||||
"d ${workDir}/html 2700 999 999"
|
||||
"d ${workDir}/db 2700 999 999"
|
||||
];
|
||||
|
||||
virtualisation.oci-containers.containers = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user