More tmpfs impermanence fixes.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user