Go to file
Renovate Bot 49c06a5ce3
Some checks are pending
Plex Update / update (push) Successful in 10s
Lint / lint (push) Has started running
chore(deps): update ghcr.io/sct/overseerr docker tag to v1.33.1
2023-07-24 14:00:28 +00:00
.forgejo/workflows Update '.forgejo/workflows/nix.yml' 2023-06-08 16:53:41 +02:00
.vscode changes 2023-01-05 13:50:37 +01:00
flux chore(deps): update renovate/renovate docker tag to v36.14.0 2023-07-19 22:00:29 +00:00
nixos chore(deps): update ghcr.io/sct/overseerr docker tag to v1.33.1 2023-07-24 14:00:28 +00:00
notes add lidarr 2023-05-18 15:04:23 +02:00
.editorconfig migrate woodpecker 2023-04-22 21:00:55 +02:00
.envrc dconf 2022-08-23 22:40:55 +02:00
.gitignore updates 2022-09-13 14:43:52 +02:00
.yamllint.yaml very basic ci 2023-01-24 16:16:35 +01:00
flake.lock update to master to fix rtorrent: 2023-07-21 09:58:24 +02:00
flake.nix update to master to fix rtorrent: 2023-07-21 09:58:24 +02:00
README.md fix J00LZ nixos link 2023-05-30 17:14:45 +02:00
renovate.json chore(deps): add renovate.json 2022-05-18 15:37:42 +00:00
repl.nix flake update 2022-12-28 15:55:38 +01:00

0x76's Infrastructure

This repository contains my fleet of VMs, Containers and Bare Metal machines.

Directory Structure

flake.nix is a NixOS flake which is the entrypoint for my NixOS config, it also contains a 'DevShell' containing all the tools needed to deploy the infrastructure, this can be accessed running nix develop.

  • flux: Kubernetes manifests as managed by Flux
  • nixos: Nix configurations for my NixOS LXCs and VMs, deployed using colmena.

Inspired by the following repos