Remove envrc and set EDI up for aarch64 cross compile

This commit is contained in:
Lillian Violet 2025-09-20 14:58:26 +02:00
parent f9c37df27d
commit 2f3fe79109
2 changed files with 2 additions and 1 deletions

1
.envrc
View file

@ -1 +0,0 @@
use flake "git+https://git.lillianviolet.dev/Lillian-Violet/dev-templates.git?dir=nix"

View file

@ -76,6 +76,8 @@
loader.systemd-boot.enable = lib.mkForce false; loader.systemd-boot.enable = lib.mkForce false;
initrd.systemd.enable = true; initrd.systemd.enable = true;
binfmt.emulatedSystems = ["aarch64-linux"];
lanzaboote = { lanzaboote = {
enable = true; enable = true;
pkiBundle = "/var/lib/sbctl"; pkiBundle = "/var/lib/sbctl";