95ed5beea392b6ba437311d9406631da2c3de7b7
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>
Random
- Any time the quasiSecret Reop is updated, run
nix flake lock --update-input quasiSecretsto ensure you're using the most recent pushed commit
Languages
Nix
76.2%
HTML
8.4%
Shell
7.6%
Lua
6.9%
CSS
0.9%