MyNixOS website logo

Specifies the MAC (message authentication code) algorithms in order of preference. The MAC algorithm is used for data integrity protection.

Declarations
Type
null or (list of string)
Default
null
Example
[
  "[email protected]"
  "hmac-sha1"
]