No description
Find a file
2026-02-16 21:31:28 -08:00
modules initial commit 2026-02-16 21:29:21 -08:00
.gitignore refactor: move secrets.nix to root and removal secrets dir 2026-02-16 21:31:28 -08:00
configuration.nix refactor: move secrets.nix to root and removal secrets dir 2026-02-16 21:31:28 -08:00
disk-config.nix initial commit 2026-02-16 21:29:21 -08:00
flake.lock initial commit 2026-02-16 21:29:21 -08:00
flake.nix initial commit 2026-02-16 21:29:21 -08:00
README.md refactor: move secrets.nix to root and removal secrets dir 2026-02-16 21:31:28 -08:00
secrets.nix.example initial commit 2026-02-16 21:29:21 -08:00

extremist software

nixos config for the hetzner vps.

services:

  • forgejo (git)
  • stalwart (mail)
  • searx (search)
  • conduit (matrix)
  • minecraft (fabric + optimization mods)
  • caddy (reverse proxy)
  • grafana/prometheus (monitoring)

deploy: nix run github:nix-community/nixos-anywhere -- --flake .#extremist-software --impure root@<ip>

secrets: copy secrets.nix.example to secrets.nix and fill it in. repo uses impure build cause i dont want to manage encrypted secret files in git right now.