From fe2b0f0841ab46fb40aa912c31f108d12b7f180c Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Thu, 12 Feb 2026 17:59:06 +0100 Subject: [PATCH] Fix the boot error. --- nix-system-configs/modules/system/build_machine.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/build_machine.nix b/nix-system-configs/modules/system/build_machine.nix index 94749f3..4aeb41c 100644 --- a/nix-system-configs/modules/system/build_machine.nix +++ b/nix-system-configs/modules/system/build_machine.nix @@ -108,6 +108,11 @@ in { # Bootloader fallback settings are provided by the seabios import # (seabios-assigned-iso-at-birth.nix) + # Replicate systemd-boot configuration from the deprecated configuration + # so the system is bootable (matches build-deprecated/configuration.nix). + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; + # Enable Tailscale services.tailscale.enable = true; @@ -242,7 +247,7 @@ in { #programs.ssh.extraConfig = '' # Host nixos-build-machine # HostName 192.168.1.175 - # IdentitiesOnly yes + # IdentitiesOnly yes; # IdentityFile /root/.ssh/nixremote # User nixremoteStrictHostKeyChecking accept-new #'';