Skip to content

Commit

Permalink
modified: .github/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MobSenpai committed Aug 9, 2023
1 parent a118bd2 commit cdd6b40
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@ But anyway… let's move on to the installation process!
$ nixos-install --flake .#acer
```

7. Install the home manager configuration
7. Reboot, login as root, and change the password for your user using passwd

8. Log in as normal user

9. Install the home manager configuration

```bash
$ home-manager switch --flake 'github:yashraj/dotfiles#yashraj@acer'
Expand All @@ -139,11 +143,6 @@ But anyway… let's move on to the installation process!
$ home-manager switch --flake .#yashraj@acer
```

8. Post install

- After install check / match hardware-configuration.nix. Make sure or edit the disk/by-uuid to disk/by-label/ like it is in this repo for reproductable build.
- passwd yashraj (`your username, must edit it in the repo for using your own name`)

<br>
<br>

Expand Down

0 comments on commit cdd6b40

Please sign in to comment.