Skip to content

Commit

Permalink
nixos/transmission: set StateDirectoryMode to the correct permission
Browse files Browse the repository at this point in the history
  • Loading branch information
diniamo committed Oct 22, 2024
1 parent 99add84 commit b0b6952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/torrent/transmission.nix
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ in
"transmission/${downloadsDir}"
"transmission/${watchDir}"
];
StateDirectoryMode = mkDefault 750;
StateDirectoryMode = cfg.downloadDirPermissions;
# The following options are only for optimizing:
# systemd-analyze security transmission
AmbientCapabilities = "";
Expand Down

0 comments on commit b0b6952

Please sign in to comment.