1
0
Fork
You've already forked lillinfra
0
[Mirror of https://git.hanse.de/lilly/lillinfra] My personal infrastructure configuration repositoriy
  • JavaScript 93.9%
  • Nix 5.6%
  • Python 0.3%
2026年07月14日 23:48:11 +02:00
.forgejo Update actions/checkout action to v7 2026年06月26日 10:18:47 +00:00
.helix fix pre-commit lintings 2024年10月21日 15:57:40 +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 deploy mailserver on aut-sys infra 2026年07月14日 23:48:11 +02:00
docs start docs about dev container 2026年06月06日 17:57:23 +02:00
k8s deploy mailserver on aut-sys infra 2026年07月14日 23:48:11 +02:00
nix disable gnome keyring 2026年07月14日 19:06:52 +02:00
ripedb add ripedb objects 2026年07月11日 19:25:42 +02:00
tofu deploy mailserver on aut-sys infra 2026年07月14日 23:48:11 +02: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 remove taskwarrior configuration 2026年03月27日 20:19:28 +01:00
flake.lock update flake inputs 2026年07月11日 19:44:45 +02:00
flake.nix update flake inputs 2026年07月01日 14:15:27 +02: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 don't use sudo for switch-remote 2026年04月17日 14:40:41 +02: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"