From f3b468ce48f3b049570d5794a7cd749d9d13149f Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Mon, 5 May 2025 11:28:49 -0500 Subject: [PATCH] update readme --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 10b6562..c43d613 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,8 @@ ### Setup Steps 1. Flash NixOS onto the server hardware 2. Create a sudo password for root ```sudo passwd``` -3. Run the bash script ```homelab-config/nixos/script.sh``` +3. Get ip address with ```ip addr``` +4. Run the bash script ```homelab-config/nixos/script.sh``` using that ip addr ### Random - Any time the quasiSecret repository is updated, run ```nix flake lock --update-input quasiSecrets``` to ensure you're using the most recent pushed commit