From 5de8946cd72e27b537be16f8de9897240e5e3130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 1 Oct 2021 10:00:02 +0100 Subject: [PATCH] more notes on installation --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cebf0434..d4fd028d 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,12 @@ remote (sata + GPT): mkfs.fat -F 32 -n boot /dev/sda1 ``` +remote (nvme + GPT): + +```bash +mkfs.fat -F 32 -n boot /dev/nvme0n1p1 +``` + remote (sata): ```bash @@ -116,7 +122,7 @@ tar -xvf /tmp/dotfiles.tar.gz -C /mnt/home/cyryl/dev/dotfiles # merge /mnt/etc/nixos/hardware-configuration.nix into /mnt/home/cyryl/dev/dotfiles/nixos/boxes/bootstrap/hardware-configuration.nix nix-shell -p nixUnstable git cd /mnt/home/cyryl/dev/dotfiles/ -nixos-install --flake '.#bootstrap' +systemd-inhibit nixos-install --flake '.#bootstrap' passwd cyryl chown cyryl -R /home/cyryl reboot