mtworx: +netboot-xyz
This commit is contained in:
@@ -34,6 +34,7 @@ in
|
|||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_6_18;
|
kernelPackages = pkgs.linuxPackages_6_18;
|
||||||
|
loader.systemd-boot.netbootxyz.enable = true;
|
||||||
|
|
||||||
initrd = {
|
initrd = {
|
||||||
availableKernelModules = [
|
availableKernelModules = [
|
||||||
@@ -43,6 +44,7 @@ in
|
|||||||
"usbhid"
|
"usbhid"
|
||||||
"tpm_tis"
|
"tpm_tis"
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.emergencyAccess = true;
|
systemd.emergencyAccess = true;
|
||||||
luks.devices = {
|
luks.devices = {
|
||||||
luksroot = {
|
luksroot = {
|
||||||
|
|||||||
Reference in New Issue
Block a user