From 6800b78125af260ad896bf908082aa79d0de0d7a Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Mon, 13 Feb 2023 18:04:19 -0800 Subject: [PATCH] Misc updates Installed some more utils system-wide and enable emulated builds for armv6l-linux. --- system/gospel/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/gospel/configuration.nix b/system/gospel/configuration.nix index 0caaff5..940b41a 100644 --- a/system/gospel/configuration.nix +++ b/system/gospel/configuration.nix @@ -13,7 +13,7 @@ ./vpn.nix ]; - boot.binfmt.emulatedSystems = ["aarch64-linux"]; + boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"]; hardware.opengl = { enable = true; @@ -122,6 +122,8 @@ xfce.thunar prusa-slicer esptool + minicom + file ]; # Some programs need SUID wrappers, can be configured further or are