aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/guix/system.scm4
1 files changed, 4 insertions, 0 deletions
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)))