From c40a2ac98b29dab57728d7055692b5f6c5c8fc5e Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 7 Feb 2026 18:08:38 +0200 Subject: [PATCH] Removed experimental boot entry; using native boot instead --- hosts/puter/hardware-configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index 092e740..9d728e4 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -42,13 +42,6 @@ lib.mkDefault config.hardware.enableRedistributableFirmware; boot.loader.systemd-boot.enable = true; - boot.loader.systemd-boot.extraEntries = { - "usb-live.conf" = " - title USB Live Boot - efi /EFI/boot/bootx64.efi - options root=/dev/sdb2 - "; - }; boot.loader.efi.canTouchEfiVariables = true; boot.initrd.luks.devices."luks-d27fc6c5-7edd-4c18-ab70-3ca02a28abcc".device = "/dev/disk/by-uuid/d27fc6c5-7edd-4c18-ab70-3ca02a28abcc";