Update README.md for Beta instructions

This commit is contained in:
Peritia 2025-08-05 10:05:11 +02:00 committed by GitHub
parent d5b020d4fe
commit f44e89256a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ Some have been lightly edited. Originals were created by [aconfuseddragon](https
--- ---
## Installation ## Installation - BETA
> Requires a NixOS install. > Requires a NixOS install.
@ -82,21 +82,25 @@ Some have been lightly edited. Originals were created by [aconfuseddragon](https
cd NixOS cd NixOS
``` ```
2. **Regenerate hardware configuration**: 2. **Switch to Dev**:
```bash
git switch Dev
```
3. **Regenerate hardware configuration**:
```bash ```bash
sudo nixos-generate-config --dir Configurations/Hosts/Default sudo nixos-generate-config --dir Configurations/Hosts/Default
``` ```
3. **Build and switch to the system configuration**: 4. **Build and switch to the system configuration**:
```bash ```bash
sudo nixos-rebuild switch --flake .#default \ sudo NIX_CONFIG="experimental-features = nix-command flakes pipe-operators" nixos-rebuild switch --flake .#default
--extra-experimental-features flakes \
--extra-experimental-features pipe-operators
``` ```
4. **Apply user settings with Home Manager**: 5. **Apply user settings with Home Manager**:
```bash ```bash
home-manager switch home-manager switch