From dcbbc99ef6ad30d15394aa788c32a87ee74850c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 27 Jan 2026 10:47:18 +0000 Subject: [PATCH] mtworx: +netboot-xyz --- hosts/mtworx/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = {