mirror of
https://codeberg.org/privacy1st/nixos-anywhere-example
synced 2025-01-22 06:35:45 +01:00
configure hostname
This commit is contained in:
parent
510784f8fe
commit
32c89f9ae4
@ -39,6 +39,10 @@ Furthermore, in [./flake.nix](./flake.nix) replace `disko.devices.disk.disk1.dev
|
||||
|
||||
---
|
||||
|
||||
Additionally, adjust `networking.hostName`.
|
||||
|
||||
---
|
||||
|
||||
Lastly, in [./flake.nix](./flake.nix) replace `pbkdf-memory` with your amount of RAM - 500 MB.
|
||||
|
||||
---
|
||||
|
@ -52,13 +52,8 @@
|
||||
./ssh-fde-unlock.nix
|
||||
|
||||
{
|
||||
# The host yodaHP did not boot after installation when using grub.
|
||||
#boot.loader.grub = {
|
||||
# # No need to set devices, disko will add all devices that have a EF02 partition to the list already.
|
||||
# # devices = [];
|
||||
# efiSupport = true;
|
||||
# efiInstallAsRemovable = true;
|
||||
#};
|
||||
networking.hostName = "yodaHP";
|
||||
|
||||
# Check if EFI or BIOS:
|
||||
# efibootmgr
|
||||
# => EFI variables are not supported on this system -> BIOS
|
||||
|
Loading…
x
Reference in New Issue
Block a user