add nixos anywhere command

This commit is contained in:
2025-04-20 10:21:11 -05:00
parent 78a7f82a8c
commit a3b57c1e73
+1 -1
View File
@@ -8,4 +8,4 @@
### Setup Steps ### Setup Steps
1. Flash NixOS onto the server hardware 1. Flash NixOS onto the server hardware
2. Create a sudo password for root 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@<systemIP>```