mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
(bug): added missing arg
This commit is contained in:
parent
5b19175985
commit
bc7f6a9e4f
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d /srv/cloud/photoprism/originals 0755 photoprism photoprism"
|
"d /srv/cloud/photoprism/originals 0755 photoprism photoprism -"
|
||||||
"d /srv/cloud/photoprism/imports 0755 photoprism photoprism"
|
"d /srv/cloud/photoprism/imports 0755 photoprism photoprism -"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue