Files
homelab-config/readme.md
T
2025-04-20 10:22:12 -05:00

12 lines
465 B
Markdown

# Roy's NixOS Homelab Config
### Assumptions
<ul>
<li>You're connected to wired internet</li>
</ul>
### 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 '<nodeName>' root@<systemIP>```