From bd57bbd39a451831ddb596434c65190e651355ae Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Sun, 13 Oct 2024 20:52:52 +0300 Subject: [PATCH] README --- README.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9bff1b3..35add94 100644 --- a/README.md +++ b/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. -
-
- 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 -
-```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just ```/boot``` + * 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``` + + * Manually + + ```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just ```/boot``` ## Configurations - optional