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