From 2f3fe79109e54e033467652a156b2e3f40eab910 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 20 Sep 2025 14:58:26 +0200 Subject: [PATCH] Remove envrc and set EDI up for aarch64 cross compile --- .envrc | 1 - nixos/hosts/EDI/configuration.nix | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .envrc diff --git a/.envrc b/.envrc deleted file mode 100644 index 490e97b..0000000 --- a/.envrc +++ /dev/null @@ -1 +0,0 @@ -use flake "git+https://git.lillianviolet.dev/Lillian-Violet/dev-templates.git?dir=nix" diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index 30e8d06..474d296 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -76,6 +76,8 @@ loader.systemd-boot.enable = lib.mkForce false; initrd.systemd.enable = true; + binfmt.emulatedSystems = ["aarch64-linux"]; + lanzaboote = { enable = true; pkiBundle = "/var/lib/sbctl";