Remove envrc and set EDI up for aarch64 cross compile
This commit is contained in:
parent
f9c37df27d
commit
2f3fe79109
2 changed files with 2 additions and 1 deletions
1
.envrc
1
.envrc
|
@ -1 +0,0 @@
|
|||
use flake "git+https://git.lillianviolet.dev/Lillian-Violet/dev-templates.git?dir=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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue