https://github.com/nikdoof/nixos-homeprod
Homeprod with NixOS
https://github.com/nikdoof/nixos-homeprod
Last synced: 4 months ago
JSON representation
Homeprod with NixOS
- Host: GitHub
- URL: https://github.com/nikdoof/nixos-homeprod
- Owner: nikdoof
- License: mit
- Created: 2026-02-05T10:06:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-05T23:40:01.000Z (4 months ago)
- Last Synced: 2026-02-06T06:27:12.494Z (4 months ago)
- Language: Nix
- Size: 46.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nixos-homeprod
Managing a "Homeprod" configuration using NixOS.
## Why?
For the longest time I ran a Kubernetes cluster at home for almost all of my 'production' applications and realised how much actual overhead was being introduced with the supporting tooling to manage the cluster. For example I also ran:
* Longhorn for persistent storage
* Prometheus stack for monitoring
* MetalLB, Traefik, external DNS, cert-manager for Ingress
* Kured, system-upgrade
This is just to get the cluster in a daily managable state.
So it is time to simplify, and with that I like the defined state of Kubernetes, so why not keep to that with using NixOS to manage containers and services?
## Details
* [Base Host configuration](./docs/base_host.md)