services.aria2.serviceUMask

NixOS option

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 in: nixos/modules/services/networking/aria2.nixView source on NixOS/nixpkgs →