Adjust nextcloud data dir structure

This commit is contained in:
SebastianStork 2024-08-31 13:01:44 +02:00
parent feda29b824
commit 5fb08b9c85
2 changed files with 5 additions and 5 deletions

View file

@ -7,8 +7,8 @@
};
systemd.tmpfiles.rules = [
"d /var/lib/tailscale-nextcloud - - -"
"d /data/nextcloud - - -"
"d /data/postgresql - - -"
];
containers.nextcloud = {
@ -18,7 +18,6 @@
"/run/secrets/nextcloud".isReadOnly = false;
"/run/secrets/tailscale-auth-key" = { };
"/data/nextcloud".isReadOnly = false;
"/data/postgresql".isReadOnly = false;
"/var/lib/tailscale" = {
hostPath = "/var/lib/tailscale-nextcloud";
isReadOnly = false;