Skip to content

Commit

Permalink
nixos/transmission: change umask's default value to match Transmission's
Browse files Browse the repository at this point in the history
  • Loading branch information
diniamo committed Oct 20, 2024
1 parent adeb3c7 commit beb5ec1
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 @@ -134,7 +134,7 @@ in
};
options.umask = mkOption {
type = types.str;
default = "002";
default = "022";
description = ''
Sets transmission's file mode creation mask.
See the umask(2) manpage for more information.
Expand Down

0 comments on commit beb5ec1

Please sign in to comment.