Go to file
Agatha Lovelace 5d558c80f4
Update README
2024-05-22 02:11:27 +02:00
common Add minecraft server status bot 2024-05-22 02:11:16 +02:00
external Paramount theme for pastebin 2023-10-22 13:15:24 +02:00
hosts Add minecraft server status bot 2024-05-22 02:11:16 +02:00
ops/home flakes :3 2023-03-08 10:27:16 +01:00
.envrc Add colmena devshell 2023-04-19 10:24:08 +02:00
.gitignore Add colmena devshell 2023-04-19 10:24:08 +02:00
README.md Update README 2024-05-22 02:11:27 +02:00
flake.lock Migrate to Hurricane Electric DNS 2024-05-22 02:10:22 +02:00
flake.nix Add minecraft server status bot 2024-05-22 02:11:16 +02:00

README.md

Nix Infra Config

Using colmena

Hosts

  • bloodletting: Main server
  • ritual: NixOS laptop
  • tears: NixOS desktop

Manual setup on blank system/migrations

Bloodletting:

  • colmena apply - deploy config
  • passwd - set user passwords
  • rsync state:
    • /var/lib:
      • acme/.lego
      • bin_rs
      • fail2ban
      • grafana
      • mastodon
        • dump and import Postgres and Redis DBs
      • matterbridge
      • mc-e2e
      • mc-enigmatica-8
      • mstdn-ebooks
      • nyandroid
      • prometheus2
      • prosody
    • /home/ftp

Ritual/Tears:

  • colmena apply[-local] - deploy config
  • mkdir -p ~/.gnupg - create directory for gnupg
  • copy ~/.ssh/id_ed25519
  • manual configuration/login:
    • Firefox
      • Copy extension data
    • Element
    • Dino
    • Telegram Desktop
    • Geary
    • Obsidian
    • Spicetify
      • Copy plugins/themes/patches

Rsyncd Modules

Modded minecraft instance rsync modules can be accessed through mc-[modpack]@bloodletting::mc-[modpack] with --rsh=ssh

Updating mastodon

cd common/pkgs/mastodon && ./update.sh --owner AgathaSorceress --rev <commit hash>

Reference configs used