README
This commit is contained in:
parent
cd2f7c49e0
commit
bd57bbd39a
1 changed files with 6 additions and 13 deletions
17
README.md
17
README.md
|
@ -35,19 +35,12 @@
|
|||
4. ```cd nixcfg```
|
||||
5. ```sudo bash install.sh``` and follow the installer.
|
||||
* Known issue. sometimes you will get ```/boot/efi``` is not mounted partition error. In that case.
|
||||
<br>
|
||||
<br>
|
||||
One liner, just change YOUR-HOSTNAME accordingly to your hostname
|
||||
<br>
|
||||
* One liner, just change YOUR-HOSTNAME accordingly to your hostname
|
||||
```sed -i 's|boot.loader.efi.efiSysMountPoint = "/boot/efi";|boot.loader.efi.efiSysMountPoint = "/boot";|' ./hosts/YOUR-HOSTNAME/configuration.nix```
|
||||
<br>
|
||||
<br>
|
||||
or
|
||||
<br>
|
||||
<br>
|
||||
Manually
|
||||
<br>
|
||||
```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just <b>```/boot```</b>
|
||||
|
||||
* Manually
|
||||
|
||||
```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just ```/boot```
|
||||
|
||||
|
||||
## Configurations - optional
|
||||
|
|
Loading…
Reference in a new issue