This commit is contained in:
iFargle 2023-11-26 10:43:31 +09:00
parent 7e771247cf
commit 4b239edf7d
2 changed files with 2 additions and 1 deletions

View file

@ -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
]; ];
} }

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
]; ];