From 6ac033dd563e60551f7ed643c012a6fb59a39e74 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Thu, 12 Feb 2026 17:55:11 +0100 Subject: [PATCH] Remove seabios-assigned-iso-at-birth module from build machine configuration. --- nix-system-configs/modules/system/build_machine.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix-system-configs/modules/system/build_machine.nix b/nix-system-configs/modules/system/build_machine.nix index 97e6f34..94749f3 100644 --- a/nix-system-configs/modules/system/build_machine.nix +++ b/nix-system-configs/modules/system/build_machine.nix @@ -32,7 +32,6 @@ in { imports = [ (choose [ ./modules/local/hostname_username.nix ../local/hostname_username.nix ]) (choose [ ./modules/local/networking_local.nix ../local/networking_local.nix ]) - (choose [ ./modules/bootloader/seabios-assigned-iso-at-birth.nix ../bootloader/seabios-assigned-iso-at-birth.nix ]) (choose [ ./modules/lix-default.nix ../lix-default.nix ]) (choose [ ./modules/secrets-config/sops-build-machine.nix ../secrets-config/sops-build-machine.nix ]) ## TODO: Make this more elegant and less risky for unexpected errors happening.