Projects

Some projects of mine

Minne is a personal knowledge management system and save-for-later application for capturing, organizing, and accessing your information. Inspired by the Zettelkasten method, it uses a graph database and AI to automatically create connections between your notes without manual linking overhead.

#rust
#fullstack
#htmx
#ssr
#large language models

Infra is my NixOS-based infrastructure configuration. It manages my personal infrastructure consisting of servers, workstations and a router for reproducibility and maintainability. It uses the dendritic flake-parts pattern and Clan for orchestration, secrets management, and deployment.

#nixos
#infrastructure-as-code
#devops
#platform-engineering
#homelab
#reproducibility

Secrets Helper is a reusable NixOS/flake-parts module that provides a simple API for managing machine, user, and shared secrets in Clan. It automates manifest generation, ACLs, discovery, and user exposure, making it easier to safely wire secrets into services without duplication or ad‑hoc scripting.

#nixos
#devops
#infrastructure-as-code
#secrets-management
#automation