configure hostname

This commit is contained in:
Daniel Langbein 2024-02-06 18:38:11 +01:00
parent 510784f8fe
commit 32c89f9ae4
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 6 additions and 7 deletions

View File

@ -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. Lastly, in [./flake.nix](./flake.nix) replace `pbkdf-memory` with your amount of RAM - 500 MB.
--- ---

View File

@ -52,13 +52,8 @@
./ssh-fde-unlock.nix ./ssh-fde-unlock.nix
{ {
# The host yodaHP did not boot after installation when using grub. networking.hostName = "yodaHP";
#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;
#};
# Check if EFI or BIOS: # Check if EFI or BIOS:
# efibootmgr # efibootmgr
# => EFI variables are not supported on this system -> BIOS # => EFI variables are not supported on this system -> BIOS