From 91e2666de5944452ce92de25e0486f27b426cf8b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 1 Oct 2024 06:05:54 -0700 Subject: modules: move boot from desktop to pc --- modules/desktop/software/boot.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/desktop/software/boot.nix (limited to 'modules/desktop/software/boot.nix') diff --git a/modules/desktop/software/boot.nix b/modules/desktop/software/boot.nix new file mode 100644 index 0000000..44f9c4e --- /dev/null +++ b/modules/desktop/software/boot.nix @@ -0,0 +1,3 @@ +{ + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; +} -- cgit v1.2.3