more notes on installation
This commit is contained in:
parent
075b8efb81
commit
5de8946cd7
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue