Update modules/server/containers/apps/suwayomi.nix
This commit is contained in:
@@ -3,8 +3,8 @@ let
|
|||||||
version = "stable";
|
version = "stable";
|
||||||
serverCfg = config.syscfg.server;
|
serverCfg = config.syscfg.server;
|
||||||
in {
|
in {
|
||||||
sops = true;
|
sops = true;
|
||||||
db =true;
|
db =true;
|
||||||
containers = {
|
containers = {
|
||||||
|
|
||||||
server = builder.mkContainer {
|
server = builder.mkContainer {
|
||||||
@@ -40,6 +40,8 @@ in {
|
|||||||
|
|
||||||
overrides = {
|
overrides = {
|
||||||
volumes = [
|
volumes = [
|
||||||
|
"${serverCfg.path.manga}:/home/suwayomi/.local/share/Tachidesk/downloads"
|
||||||
|
# "${serverCfg.path.config}/suwayomi:/home/suwayomi/.local/share/Tachidesk"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user