Skip to content

Homelab

I have a k3s "cluster" at home, running some services I host for myself.

It currently consists of larger bare-metal server and 2 smaller nodes running NixOS, with k3s to deploy containers.

The cluster is managed with fluxCD which watches the cluster directory for changes and automatically applies them to the cluster.

Currently, only selected services of those are public, the rest is only accessible via VPN (WireGuard). You can find more info in the repo here.