Ensure state dirs exist

This commit is contained in:
niten 2024-02-07 14:15:43 -08:00
parent 792b11846c
commit 9f65560531
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@ in {
}; };
config = { config = {
systemd.tmpfiles.rules = [
"d ${cfg.state-directory} 0750 root root - -"
"d ${cfg.store-directory} 0750 root root - -"
];
virtualisation.arion.projects.nextcloud.settings = let virtualisation.arion.projects.nextcloud.settings = let
image = { ... }: { image = { ... }: {
project.name = "immich"; project.name = "immich";