This commit is contained in:
nomadics9 2024-10-13 20:52:52 +03:00
parent cd2f7c49e0
commit bd57bbd39a

View file

@ -35,19 +35,12 @@
4. ```cd nixcfg``` 4. ```cd nixcfg```
5. ```sudo bash install.sh``` and follow the installer. 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. * Known issue. sometimes you will get ```/boot/efi``` is not mounted partition error. In that case.
<br> * One liner, just change YOUR-HOSTNAME accordingly to your hostname
<br>
One liner, just change YOUR-HOSTNAME accordingly to your hostname
<br>
```sed -i 's|boot.loader.efi.efiSysMountPoint = "/boot/efi";|boot.loader.efi.efiSysMountPoint = "/boot";|' ./hosts/YOUR-HOSTNAME/configuration.nix``` ```sed -i 's|boot.loader.efi.efiSysMountPoint = "/boot/efi";|boot.loader.efi.efiSysMountPoint = "/boot";|' ./hosts/YOUR-HOSTNAME/configuration.nix```
<br>
<br> * Manually
or
<br> ```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just ```/boot```
<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>
## Configurations - optional ## Configurations - optional