This commit is contained in:
iFargle 2023-11-26 10:46:51 +09:00
parent 4b239edf7d
commit 4726b0fc5a
2 changed files with 3 additions and 7 deletions

View file

@ -6,11 +6,7 @@
boot.binfmt.emulatedSystems = [ boot.binfmt.emulatedSystems = [
"aarch64-linux" "aarch64-linux"
"armv7l-linux" "armv7l-linux"
];
environment.systemPackages = with pkgs; [
# Currently used for building the Linode image
qemu_kvm
binfmt
]; ];
environment.systemPackages = with pkgs; [ qemu_kvm ];
} }

View file

@ -7,7 +7,7 @@
../../common/modules/boot.nix ../../common/modules/boot.nix
# ../../common/modules/secureboot.nix # ../../common/modules/secureboot.nix
../../common/services/fwupd.nix ../../common/services/fwupd.nix
./builder.nix # ./builder.nix
# ./ssh-luks.nix # ./ssh-luks.nix
]; ];