Update modules/server/containers/apps/suwayomi.nix
This commit is contained in:
@@ -3,8 +3,8 @@ let
|
||||
version = "stable";
|
||||
serverCfg = config.syscfg.server;
|
||||
in {
|
||||
sops = true;
|
||||
db =true;
|
||||
sops = true;
|
||||
db =true;
|
||||
containers = {
|
||||
|
||||
server = builder.mkContainer {
|
||||
@@ -40,6 +40,8 @@ in {
|
||||
|
||||
overrides = {
|
||||
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