static locations to config locations

This commit is contained in:
Joseph Hanson 2025-01-24 10:21:53 -06:00
parent 619a00618d
commit 01e9ae49ca

View file

@ -99,8 +99,8 @@ in
{ {
ExecStart = "${cfg.package}/bin/qbittorrent-nox --profile=${cfg.dataDir}"; ExecStart = "${cfg.package}/bin/qbittorrent-nox --profile=${cfg.dataDir}";
ReadWritePaths = [ ReadWritePaths = [
"/nahar/qbittorrent" cfg.dataDir
"/eru/media" cfg.downloadsDir
]; ];
Restart = "on-failure"; Restart = "on-failure";
RestartSec = 5; RestartSec = 5;