My personal infrastructure configuration repository
  • JavaScript 93.8%
  • Nix 5.7%
  • Python 0.3%
Find a file
2026-03-24 10:21:16 +01:00
.forgejo add PR based auto-update workflow 2026-01-30 11:21:25 +01:00
.helix fix pre-commit lintings 2024-10-21 15:57:40 +02:00
.woodpecker remove build-system ci again 2025-08-22 22:42:36 +02:00
containers/nix-builder add CI for checking that certain nix systems are building 2026-01-29 14:30:30 +01:00
data/dns redo lax spf policy -.- 2026-03-09 11:46:32 +01:00
docs fix configuration for priv.srv.home.intern 2026-03-24 10:03:02 +01:00
k8s upgrade immich to v2.4.1 2026-01-25 22:06:05 +01:00
nix fix proxy.srv.home.intern config 2026-03-24 10:21:16 +01:00
tofu redo lax spf policy -.- 2026-03-09 11:46:32 +01:00
.envrc add notice via .envrc about opentofu variables 2026-01-21 14:33:05 +01:00
.gitignore ignore temporary ssh keys in repo root 2026-01-10 01:14:45 +01:00
.pre-commit-config.yaml fix pre-commit config 2024-10-21 15:57:12 +02:00
.sops.yaml reconfigure lillysWorkstation with new fs layout 2026-03-06 15:34:44 +01:00
flake.lock update flake inputs 2026-03-23 15:59:05 +01:00
flake.nix upgrade lanzaboote to v1.0.0 2025-12-15 20:39:51 +01:00
id_ecdsa fix configuration for priv.srv.home.intern 2026-03-24 10:03:02 +01:00
LICENSE update name in license 2025-06-24 14:23:11 +02:00
README.md update installer docs and way of packaging 2025-01-18 14:45:41 +01:00
renovate.json5 configure renovate to handle photoprism versioning 2025-11-13 23:36:39 +01:00
switch_remote.sh allow fallback during switch_remote.sh if cache fails 2026-03-06 13:44:53 +01:00
treefmt.nix configure nixfmt to format nix files 2024-12-21 00:13:11 +01:00

lillinfra

My personal infrastructure configuration-as-code repository. Its goal is to contain all necessary configuration for my different servers and workstations to allow easier and documented setups.

This repository contains the following things:

  • ./docs: Some documentation about various kinks. Also contains some notes e.g. certain annotations I use on some kubernetes objects which I can never remember.
  • ./nix: NixOS definitons for most of my systems. #AnsibleNeinDanke.
  • ./k8s: Most applications I'm running defined as Kubernetes manifests.
  • ./containers: Custom container image definitions that are automatically built by CI.

How to get the public age key of a host

ssh-keyscan | nix-shell -p ssh-to-age --command "ssh-to-age"