Mtr: Difference between revisions

From NixOS Wiki
imported>HLandau
No edit summary
imported>Nix
m add Software/Applications subcategory
Line 4: Line 4:
To avoid the need to escalate privileges when calling <code>mtr</code> create a setcap wrapper by setting
To avoid the need to escalate privileges when calling <code>mtr</code> create a setcap wrapper by setting
<syntaxhighlight lang="nix">programs.mtr.enable = true;</syntaxhighlight>
<syntaxhighlight lang="nix">programs.mtr.enable = true;</syntaxhighlight>
[[Category:Applications]]

Revision as of 06:11, 20 September 2021

Issues

mtr needs to be called with sudo

To avoid the need to escalate privileges when calling mtr create a setcap wrapper by setting

programs.mtr.enable = true;