diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 4eaae53..44af09d 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -34,6 +34,7 @@ in boot = { kernelPackages = pkgs.linuxPackages_6_18; + loader.systemd-boot.netbootxyz.enable = true; initrd = { availableKernelModules = [ @@ -43,6 +44,7 @@ in "usbhid" "tpm_tis" ]; + systemd.emergencyAccess = true; luks.devices = { luksroot = {