From e84503f7551e3e2af59cb517ac736b56ebdf4fd1 Mon Sep 17 00:00:00 2001 From: aaron Date: Sat, 13 Dec 2025 13:32:42 +0100 Subject: [PATCH] chore(readme): update bootloader instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29ae3df..44499a1 100644 --- a/README.md +++ b/README.md @@ -97,10 +97,12 @@ cd /mnt sudo nixos-install ``` -## how to deploy the config +## how to deploy the inital config + +- Don't forget to install the bootloader, if you changed it since `nixos-install` ```bash -$ sudo nixos-rebuild switch --flake .#host_name +$ sudo nixos-rebuild --install-bootloader switch --flake .#host_name ``` ## how to upgrade the system