From de1105648c6116631432f5e8785e850bae218048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 11 Apr 2021 10:29:38 +0100 Subject: [PATCH] Remind about persisting the final config --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2e2b545..a59fbe20 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Mostly focusing on setting things up on NixOS, but supporting other OSes where p ## bootstrap new machine with NixOS: 1. boot the target machine from the livecd -1. change password for the default user `nixos` -1. ssh from another, already bootstrapped, machine +2. change password for the default user `nixos` +3. ssh from another, already bootstrapped, machine 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 nixos-rebuild switch passwd cyryl +reboot ``` +4. Create new / update the `boxes/hostname` entry with the edited bootstrap files from above + ## guix I'm just starting to play with guix, these are just loose notes: