mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
(bug): added missing arg
This commit is contained in:
parent
5b19175985
commit
bc7f6a9e4f
|
@ -26,7 +26,7 @@
|
|||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /srv/cloud/photoprism/originals 0755 photoprism photoprism"
|
||||
"d /srv/cloud/photoprism/imports 0755 photoprism photoprism"
|
||||
"d /srv/cloud/photoprism/originals 0755 photoprism photoprism -"
|
||||
"d /srv/cloud/photoprism/imports 0755 photoprism photoprism -"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue