Skip to content

Commit

Permalink
Update install-nixos.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Jul 14, 2024
1 parent 35822f5 commit 1a393c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/docs/en/installation/install-nixos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,11 @@ sudo nixos-rebuild switch
```
If you get a black screen with blanking cursor, it could occur due to the switching to a different display manager. In this case, reboot your computer and run again `sudo nixos-rebuild switch`.

Instead, if you get at the end an error like `Failed to start Home Manager environment for athena`, run:
```
journalctl -xeu home-manager-athena.service
```
You will access to the journalctl logs where you can find a string containing `Existing file...`. Remove the mentioned files and finally run again `sudo nixos-rebuild switch`.

After the switch command is successfully ended, reboot your system.
<ImageComponent />

0 comments on commit 1a393c8

Please sign in to comment.