Remind about persisting the final config

This commit is contained in:
Cyryl Płotnicki 2021-04-11 10:29:38 +01:00
parent 15ef08a947
commit de1105648c

View file

@ -4,8 +4,8 @@ Mostly focusing on setting things up on NixOS, but supporting other OSes where p
## bootstrap new machine with NixOS: ## bootstrap new machine with NixOS:
1. boot the target machine from the livecd 1. boot the target machine from the livecd
1. change password for the default user `nixos` 2. change password for the default user `nixos`
1. ssh from another, already bootstrapped, machine 3. ssh from another, already bootstrapped, machine
remote: remote:
@ -67,8 +67,11 @@ ln -vfs /home/cyryl/dev/dotfiles/nixos/boxes/bootstrap/2.nix /etc/nixos/configur
vim /home/cyryl/dev/dotfiles/nixos/boxes/bootstrap/2.nix vim /home/cyryl/dev/dotfiles/nixos/boxes/bootstrap/2.nix
nixos-rebuild switch nixos-rebuild switch
passwd cyryl passwd cyryl
reboot
``` ```
4. Create new / update the `boxes/hostname` entry with the edited bootstrap files from above
## guix ## guix
I'm just starting to play with guix, these are just loose notes: I'm just starting to play with guix, these are just loose notes: