feat: update readme

This commit is contained in:
2025-11-21 20:31:55 +01:00
parent 8e257fbbfe
commit c12bc7bf92

View File

@@ -105,6 +105,19 @@ cd /mnt
sudo nixos-install sudo nixos-install
``` ```
## how to install updates
```bash
# update flakes
nix flake update
# rebuild system
sudo nixos-rebuild switch --flake ~/git/nixconfig#default
# update home-manager files
home-manager switch --flake ~/git/nixconfig/
```
## author ## author
aaron <aaron@0x29a.ch> aaron <aaron@0x29a.ch>