mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-08-05 05:46:33 +05:30
feat(aiostreams): update default data dir
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
dataDir = mkOption {
|
dataDir = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = "/var/lib/aiostreams";
|
default = "/var/lib/docker/volumes/aiostreams/_data";
|
||||||
description = "Directory to store persistent AIOStreams data";
|
description = "Directory to store persistent AIOStreams data";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user