467 B
467 B
Roy's NixOS Homelab Config
Assumptions
- You're connected to wired internet
Setup Steps
- Flash NixOS onto the server hardware
- Create a sudo password for root
- 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>