From a3b57c1e736d74c6acaf7dd753d2206c3248a4ab Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sun, 20 Apr 2025 10:21:11 -0500 Subject: [PATCH] add nixos anywhere command --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6127c4e..ecb8554 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 Command``` +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@```