Skip to content

Commit

Permalink
Fixed transmission stateDir issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Mar 15, 2024
1 parent 1111564 commit dd2fa60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixarr/transmission/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,9 @@ in {
systemd.tmpfiles.rules = [
"d '${cfg.stateDir}' 0750 torrenter torrenter - -"
# This is fixes a bug in nixpks (https://github.com/NixOS/nixpkgs/issues/291883)
"d '${cfg.stateDir}/.config' 0750 torrenter torrenter - -"
"d '${cfg.stateDir}/.config/transmission-daemon' 0750 torrenter torrenter - -"
];
];

util-nixarr.services.cross-seed = mkIf cfg-cross-seed.enable {
enable = true;
Expand Down

0 comments on commit dd2fa60

Please sign in to comment.