Update binfmt declaration to newer definition
modules/config/os.scm
81 | 81 | (service tor-service-type) | |
82 | 82 | (service qemu-binfmt-service-type | |
83 | 83 | (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")))) | |
86 | 85 | (modify-services %desktop-services | |
87 | 86 | (rottlog-service-type config => | |
88 | 87 | desktop-rotation-service-config) |