Update binfmt declaration to newer definition

Julien LepillerThu Mar 18 19:22:16+0100 2021

cfc9325

Update binfmt declaration to newer definition

modules/config/os.scm

8181
    (service tor-service-type)
8282
    (service qemu-binfmt-service-type
8383
      (qemu-binfmt-configuration
84-
        (platforms (lookup-qemu-platforms "arm" "aarch64" "i686" "ppc"))
85-
        (guix-support? #t)))
84+
        (platforms (lookup-qemu-platforms "arm" "aarch64" "i686" "ppc"))))
8685
    (modify-services %desktop-services
8786
      (rottlog-service-type config =>
8887
        desktop-rotation-service-config)