Persist state of actual, filebrowser, memos, radicale and syncthing

This commit is contained in:
SebastianStork 2025-10-06 22:36:00 +02:00
parent eff39a6ccd
commit 1b9a26c494
5 changed files with 42 additions and 17 deletions

View file

@ -43,5 +43,7 @@ in
MEMOS_INSTANCE_URL = "https://${cfg.domain}";
};
};
custom.persist.directories = [ config.services.memos.settings.MEMOS_DATA ];
};
}