No description
Find a file
2025-05-05 15:04:53 +02:00
.forgejo/workflows fix plex_update 2024-01-03 15:53:19 +01:00
.vscode changes 2023-01-05 13:50:37 +01:00
assets various updates 2024-04-24 12:05:59 +02:00
common nvim config, mostly 2025-05-05 15:04:48 +02:00
hosts nvim config, mostly 2025-05-05 15:04:48 +02:00
nixos cleanup & updates 2024-09-09 08:36:20 +02:00
notes some minor config 2024-03-14 11:47:49 +01:00
pkgs update lock 2025-01-16 11:06:38 +01: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 nvim config, mostly 2025-05-05 15:04:48 +02:00
flake.nix nvim config, mostly 2025-05-05 15:04:48 +02:00
README.md fix J00LZ nixos link 2023-05-30 17:14:45 +02:00
repl.nix fixed linting 2023-09-25 11:56:02 +02: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