From a6fa18708d7fe325564d9a8b9846421fb6a73f11 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sun, 20 Apr 2025 10:22:12 -0500 Subject: [PATCH] generesize node name --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ecb8554..39d6def 100644 --- a/readme.md +++ b/readme.md @@ -8,4 +8,4 @@ ### Setup Steps 1. Flash NixOS onto the server hardware 2. Create a sudo password for root -3. Run nixos anwhere command to install repo config: ```nix run github:nix-community/nixos-anywhere --extra-experimental-features "nix-command flakes" -- --generate-hardware-config nixos-generate-config ./hardware-configuration.nix --flake '.#nixos-homelab-00' root@``` +3. Run nixos anwhere command to install repo config: ```nix run github:nix-community/nixos-anywhere --extra-experimental-features "nix-command flakes" -- --generate-hardware-config nixos-generate-config ./hardware-configuration.nix --flake '' root@```