Test
This commit is contained in:
parent
7e771247cf
commit
4b239edf7d
2 changed files with 2 additions and 1 deletions
|
@ -11,5 +11,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Currently used for building the Linode image
|
# Currently used for building the Linode image
|
||||||
qemu_kvm
|
qemu_kvm
|
||||||
|
binfmt
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue