Auto create necessary dirs for nextcloud

This commit is contained in:
SebastianStork 2024-08-29 23:56:07 +02:00
parent f0b4b627cc
commit 8afe40c87d
2 changed files with 10 additions and 3 deletions

View file

@ -6,6 +6,11 @@
tailscale-auth-key = { };
};
systemd.tmpfiles.rules = [
"d /data/nextcloud - - -"
"d /data/postgresql - - -"
];
containers.nextcloud = {
autoStart = true;
ephemeral = true;