services.aria2.serviceUMask

The file mode creation mask for Aria2 service.

The default is 0022 for compatibility reason, as this is the default used by systemd. However, this results in file permission 0644 for new files, and denies aria2 group member from modifying the file.

You may want to set this value to 0002 so you can manage the file more easily.

Type
string
Default
"0022"
Example
"0002"
Declared
<nixpkgs/nixos/modules/services/networking/aria2.nix>