aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-22 14:41:01 -0300
committerEuAndreh <eu@euandre.org>2022-10-22 14:41:01 -0300
commitdd7fa3dd8df17398f99189a3a1245f1aac0cfbe9 (patch)
tree44698d7a7bb9b4e0f2cf78cbb5656975a886802b
parentbin/yt: Move path to "seen.txt" file (diff)
downloaddotfiles-dd7fa3dd8df17398f99189a3a1245f1aac0cfbe9.tar.gz
dotfiles-dd7fa3dd8df17398f99189a3a1245f1aac0cfbe9.tar.xz
etc/guix/system.scm: Add qemu-binfmt-service-type
-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)))