Fix the boot error.

This commit is contained in:
Root User 2026-02-12 17:59:06 +01:00
parent 6ac033dd56
commit fe2b0f0841
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -108,6 +108,11 @@ in {
# Bootloader fallback settings are provided by the seabios import # Bootloader fallback settings are provided by the seabios import
# (seabios-assigned-iso-at-birth.nix) # (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 # Enable Tailscale
services.tailscale.enable = true; services.tailscale.enable = true;
@ -242,7 +247,7 @@ in {
#programs.ssh.extraConfig = '' #programs.ssh.extraConfig = ''
# Host nixos-build-machine # Host nixos-build-machine
# HostName 192.168.1.175 # HostName 192.168.1.175
# IdentitiesOnly yes # IdentitiesOnly yes;
# IdentityFile /root/.ssh/nixremote # IdentityFile /root/.ssh/nixremote
# User nixremoteStrictHostKeyChecking accept-new # User nixremoteStrictHostKeyChecking accept-new
#''; #'';