Fix the boot error.
This commit is contained in:
parent
6ac033dd56
commit
fe2b0f0841
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
#'';
|
#'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue