2025-04-09 14:30:42 -05:00
# Roy's NixOS Homelab Config
2025-04-09 14:34:22 -05:00
### Assumptions
<ul>
<li>You're connected to wired internet</li>
2025-04-20 10:18:28 -05:00
</ul>
### Setup Steps
1. Flash NixOS onto the server hardware
2025-05-05 11:26:48 -05:00
2. Create a sudo password for root ```sudo passwd` ``
2025-05-05 11:30:23 -05:00
3. Get IP address with ```ip addr` ``
4. Run the bash script ```homelab-config/nixos/script.sh` `` using that IP address (` ``script.sh -h` `` for options)
2025-04-21 14:03:02 -05:00
### Random
2025-05-05 11:26:48 -05:00
- Any time the quasiSecret repository is updated, run ```nix flake lock --update-input quasiSecrets` `` to ensure you're using the most recent pushed commit
2025-04-21 14:04:51 -05:00