From dd7fa3dd8df17398f99189a3a1245f1aac0cfbe9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 22 Oct 2022 14:41:01 -0300 Subject: etc/guix/system.scm: Add qemu-binfmt-service-type --- etc/guix/system.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/guix/system.scm') diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 948a398..b625d7f 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -71,6 +71,10 @@ (service virtlog-service-type) (service unattended-upgrade-service-type) (service nix-service-type) + (service qemu-binfmt-service-type + (qemu-binfmt-configuration + (platforms + (lookup-qemu-platforms "arm" "aarch64")))) (service cups-service-type (cups-configuration (web-interface? #t))) -- cgit v1.2.3