Commit a6d941af77eb

Vincent Demeester <vincent@sbr.pm>
2026-01-12 15:40:30
refactor(systems): move binfmt to specific hosts instead of all desktops
- Remove binfmt from common desktop imports (was applying to all) - Add binfmt explicitly to kyushu (needed for Docker multi-arch) - Already present on aomi and sakhalin (containers hosts)
1 parent 95aa399
Changed files (2)
systems
common
kyushu
systems/common/desktop/default.nix
@@ -9,7 +9,6 @@
   imports = [
     (./. + "/${desktop}.nix")
 
-    ./binfmt.nix
     ../programs/nix-ld.nix
     ../services/pipewire.nix
     ../hardware/yubikey.nix
systems/kyushu/extra.nix
@@ -16,6 +16,7 @@
     ../common/services/containers.nix
     ../common/services/docker.nix
     ../common/services/libvirt.nix
+    ../common/services/binfmt.nix
 
     ../redhat
   ];