Skip to content

Fireqos

services.fireqos.config

The FireQOS configuration goes here.

Type: string

Default

""

Example

`#!nix '' interface wlp3s0 world-in input rate 10mbit ethernet class web commit 50kbit match tcp ports 80,443

interface wlp3s0 world-out input rate 10mbit ethernet class web commit 50kbit match tcp ports 80,443 ''`

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/fireqos.nix

services.fireqos.enable

If enabled, FireQOS will be launched with the specified configuration given in config.

Type: boolean

Default

false

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/fireqos.nix