README
This commit is contained in:
parent
bd57bbd39a
commit
afd809fe02
1 changed files with 8 additions and 5 deletions
|
@ -34,11 +34,14 @@
|
||||||
3. ```git clone https://github.com/nomadics9/nixcfg.git```
|
3. ```git clone https://github.com/nomadics9/nixcfg.git```
|
||||||
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.
|
|
||||||
* One liner, just change YOUR-HOSTNAME accordingly to your hostname
|
## Known issues
|
||||||
|
sometimes you will get ```/boot/efi``` is not mounted partition error. In that case.
|
||||||
|
* 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```
|
```sed -i 's|boot.loader.efi.efiSysMountPoint = "/boot/efi";|boot.loader.efi.efiSysMountPoint = "/boot";|' ./hosts/YOUR-HOSTNAME/configuration.nix```
|
||||||
|
|
||||||
* Manually
|
* Manually
|
||||||
|
|
||||||
```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just ```/boot```
|
```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just ```/boot```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue