test
This commit is contained in:
parent
4b239edf7d
commit
4726b0fc5a
2 changed files with 3 additions and 7 deletions
|
@ -6,11 +6,7 @@
|
|||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
"armv7l-linux"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Currently used for building the Linode image
|
||||
qemu_kvm
|
||||
binfmt
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [ qemu_kvm ];
|
||||
}
|
|
@ -7,7 +7,7 @@
|
|||
../../common/modules/boot.nix
|
||||
# ../../common/modules/secureboot.nix
|
||||
../../common/services/fwupd.nix
|
||||
./builder.nix
|
||||
# ./builder.nix
|
||||
# ./ssh-luks.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue