chore(readme): update bootloader instructions

This commit is contained in:
2025-12-13 13:32:42 +01:00
parent f139e7b72f
commit e84503f755

View File

@@ -97,10 +97,12 @@ cd /mnt
sudo nixos-install 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 ```bash
$ sudo nixos-rebuild switch --flake .#host_name $ sudo nixos-rebuild --install-bootloader switch --flake .#host_name
``` ```
## how to upgrade the system ## how to upgrade the system