mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Experimental legacy boot autoinstall
This commit is contained in:
parent
4f676b1057
commit
e858bfefa2
4 changed files with 13 additions and 4 deletions
|
@ -14,6 +14,8 @@
|
|||
timezone = "America/Chicago"; # select timezone
|
||||
locale = "en_US.UTF-8"; # select locale
|
||||
bootMode = "uefi"; # uefi or bios
|
||||
bootMountPath = "/boot"; # mount path for efi boot partition; only used for uefi boot mode
|
||||
grubDevice = ""; # device identifier for grub; only used for legacy (bios) boot mode
|
||||
};
|
||||
|
||||
# ----- USER SETTINGS ----- #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue