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.