Oleg Pykhalov <go.wig...@gmail.com> skribis: > (($ <bind-options-configuration> user _ run-directory pid-file > listen-v4 listen-v6 listen-port > allow-recursion? allow-transfer? > allow-update? > version hostname server-id)
Given that there are many fields, it’s safer to use the new ‘match-record’ macro from (guix records) in this case. Ludo’.