From c7417aeca28045a2f82da0fc7cb487f27f7deca0 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sun, 20 Apr 2025 17:26:28 -0500 Subject: [PATCH] fix run command --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 39d6def..b8d04a8 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 '' 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@```