More tmpfs impermanence fixes.

This commit is contained in:
2025-10-28 16:49:39 +00:00
parent ac34f029ed
commit 37aad7d951
3 changed files with 25 additions and 13 deletions

View File

@@ -19,6 +19,8 @@
enable = true;
cache = {
hostName = config.networking.hostName;
# NOTE: These paths are hardcoded to /persist (not using config.custom.impermanence.persistPath)
# This is acceptable since this service is only enabled on btrfs-based hosts
dataPath = "/persist/ncps/data";
tempPath = "/persist/ncps/tmp";
databaseURL = "sqlite:/persist/ncps/db/db.sqlite";