TL;DR
After moving to a new house with inadequate network infrastructure, the author overhauled their homelab setup. They transitioned from a complex server rack to a streamlined Zimaboard running NixOS, but faced challenges with automated backups.
✦ Why It Matters
Consider using Restic for backups and explore automating them with cronjobs to streamline your workflow.
Key Takeaways
Full Summary
The author previously operated a homelab with a complex server rack setup but simplified it by using a Zimaboard as the main server, running NixOS, a Linux distribution known for its declarative configuration. Despite the initial success, the author struggled with automating backups using cronjobs, leading to manual backup processes with Restic, a backup tool.
After moving to a new house, the lack of Ethernet ports posed a significant challenge, as the only connection point was inconveniently located. The author noted the presence of phone lines throughout the house, hinting at potential solutions for network expansion.
The transition to a more manageable setup improved overall efficiency, but the backup automation issue remains unresolved. This experience highlights the importance of planning network infrastructure in home environments.
Related