From cd2f7c49e01baf8dceeb3a725e8844d9b7157074 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Sun, 13 Oct 2024 20:45:10 +0300 Subject: [PATCH] README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 330f2e6..9bff1b3 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,16 @@ * 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
+ 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```

or

- * Manually
+ Manually +
```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just ```/boot```