pub.solar infrastructure, mostly in nix and terraform
Go to file
teutat3s 2ee4bc5682
feat: NixOS 23.11 Tapir
https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11-highlights

Track nixos-23.11 branch, remove unstable overlays

This will update our services to the following versions:
nextcloud: 27.1.3 -> 27.1.4
forgejo: 1.20.5-0 -> 1.20.6-0
keycloak: 21.1.2 -> 22.0.5
matrix-synapse: 1.95.1 -> 1.97.0

Internal:
postgresql: 14.9 -> 15.5

Flake inputs diff:
• Updated input 'home-manager':
    'github:nix-community/home-manager/28535c3a34d79071f2ccb68671971ce0c0984d7e' (2023-11-19)
  → 'github:nix-community/home-manager/aeb2232d7a32530d3448318790534d196bf9427a' (2023-11-24)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/d2332963662edffacfddfad59ff4f709dde80ffe' (2023-11-30)
  → 'github:nixos/nixpkgs/5de0b32be6e85dc1a9404c75131316e4ffbc634c' (2023-12-01)
2023-12-02 11:13:56 +01:00
.forgejo/workflows ci: run flake checks only on pull requests 2023-11-15 18:47:00 +00:00
docs docs: update devshell docs with new link 2023-11-18 23:17:05 +01:00
hosts feat: NixOS 23.11 Tapir 2023-12-02 11:13:56 +01:00
lib fix: remove unlock zfs module from lib 2023-11-06 22:09:22 +01:00
modules fix: add nix registry setting to speed up ad-hoc flake 2023-11-16 22:05:04 +01:00
overlays feat: NixOS 23.11 Tapir 2023-12-02 11:13:56 +01:00
public-keys refactor: change file structure to use modules dir 2023-11-06 13:11:30 +01:00
secrets matrix: Move the whole email section into the secret 2023-11-25 23:37:58 +01:00
terraform matrix: Point DNS to nachtigall 2023-11-19 18:21:45 +01:00
.envrc Add dev shell 2023-10-28 12:38:14 +02:00
.gitignore feat: add terraform DNS docs 2023-10-29 19:39:22 +00:00
flake.lock feat: NixOS 23.11 Tapir 2023-12-02 11:13:56 +01:00
flake.nix feat: NixOS 23.11 Tapir 2023-12-02 11:13:56 +01:00
README.md docs: fix typo in README 2023-11-18 23:17:28 +01:00

The pub.solar infrastructure

This repository contains almost all of the configuration for the whole pub.solar infrastructure. Our goal is to have everything, from host configurations to Terraform DNS in this repository.

The architecture we are working towards is a vast simplification of what it was before: one dedicated Hetzner server running NixOS with all services. Offsite backups go to several different locations with restic.

Contributing

If you'd like to contribute, it makes sense to talk to the crew on Matrix via #hakken. We can help figuring out how things work and can make sure your ideas fit the pub.solar philosophy. Of course popping a pull request is always celebrated.

To start, see how to get a development shell.