Hint secure boot imports in generated host

This commit is contained in:
randogoth 2026-02-01 20:15:05 +02:00
parent 332b5133ce
commit 3a4b57516f

View file

@ -220,6 +220,9 @@ if [ ! -e "${host_file}" ]; then
inputs.lix-module.nixosModules.lixFromNixpkgs inputs.lix-module.nixosModules.lixFromNixpkgs
../modules/system/base.nix ../modules/system/base.nix
../modules/users/admin.nix ../modules/users/admin.nix
# Uncomment to enable Secure Boot after install:
# inputs.lanzaboote.nixosModules.lanzaboote
# ../modules/system/secure-boot.nix
./${HOSTNAME}-hardware.nix ./${HOSTNAME}-hardware.nix
]; ];