mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Auto create necessary dirs for nextcloud
This commit is contained in:
parent
f0b4b627cc
commit
8afe40c87d
2 changed files with 10 additions and 3 deletions
|
|
@ -6,6 +6,11 @@
|
|||
tailscale-auth-key = { };
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /data/nextcloud - - -"
|
||||
"d /data/postgresql - - -"
|
||||
];
|
||||
|
||||
containers.nextcloud = {
|
||||
autoStart = true;
|
||||
ephemeral = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue