Skip to content

Commit

Permalink
fix qbit downloads mount
Browse files Browse the repository at this point in the history
  • Loading branch information
redxtech committed Jan 29, 2024
1 parent 755bdbd commit 9a1ec85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hosts/quasar/services/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,11 @@ in {
WEBUI_PORT = "${toString cfg.ports.qbit}";
};
ports = [ (mkPorts cfg.ports.qbit) "6882:6882" "6882:6882/udp" ];
volumes = [ (mkConf "qbit") (mkData "qbit") downloads ];
volumes = [
(mkConf "qbit")
(mkData "qbit")
(cfg.paths.downloads + "/qbit:/downloads")
];
};

qdirstat = {
Expand Down

0 comments on commit 9a1ec85

Please sign in to comment.