From e760d866c575942f9aaabedc4ddc6c0fa8891852 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Thu, 2 Jan 2025 10:09:46 +1000 Subject: [PATCH] chore(posts/workstation-2025): update --- content/posts/workstation-2025.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/workstation-2025.md b/content/posts/workstation-2025.md index 7e4630d..d284215 100644 --- a/content/posts/workstation-2025.md +++ b/content/posts/workstation-2025.md @@ -54,9 +54,9 @@ $ make install Once finish installing, shutdown the VM, remove bootable ISO, then start the VM again. -> Before continuing step 4, check out the `Makefile` and `./vm/bootstrap.nix` and make necessary changes to your custom details. +> Before continuing step 4, make sure to check out the `Makefile` and `./vm/bootstrap.nix` and make necessary changes to your custom details. This step will create new OS user, copy secrets (GPG keys), config Tailscale, install home-manager, neovim, etc. Most of them are optional, so you can remove what you don't need. -4. Run command to bootstrap the VM (create user, copy secrets, config tailscale, install home-manager, neovim, etc.) +4. Run command to bootstrap the VM ```bash $ make bootstrap