diff --git a/template/README.md b/template/README.md index 55ca2c6..e2ee468 100644 --- a/template/README.md +++ b/template/README.md @@ -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. --- diff --git a/template/flake.nix b/template/flake.nix index c275685..ff3bcb8 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -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