update readme

This commit is contained in:
Mrrp 2024-08-04 08:27:05 -07:00
parent dfa933097e
commit 9769c79fbd

View file

@ -26,4 +26,22 @@ sudo nixos-generate-config
cp /etc/nixos/hardware-configuration.nix ./nixos/hardware-configuration.nix cp /etc/nixos/hardware-configuration.nix ./nixos/hardware-configuration.nix
``` ```
TODO: Add more. TODO: Add more.
4. *Change settings across `nixos/configuration.nix`, `shared_config.nix`, `home.nix` and `shared_home.nix` to your preferences* (Username, etc)
5. Test it out
> NixOS
> ```bash
> sudo nixos-rebuild test --flake .#[hostname]
> ```
> Home
> ```bash
> home-manager switch
> ```
Default hostnames are `blackstar` (desktop) and `rogue` (laptop)
6. Set as default
```bash
sudo nixos-rebuild switch --flake .#[hostname]
```