Go to file
Agatha Lovelace 518c89795b
Nix-darwin + Lix init
2024-09-05 19:55:42 +02:00
common Nix-darwin + Lix init 2024-09-05 19:55:42 +02:00
external Paramount theme for pastebin 2023-10-22 13:15:24 +02:00
hosts Nix-darwin + Lix init 2024-09-05 19:55:42 +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 Spotify has been banished, never to be seen again 2024-06-21 14:15:32 +02:00
flake.lock Nix-darwin + Lix init 2024-09-05 19:55:42 +02:00
flake.nix Nix-darwin + Lix init 2024-09-05 19:55:42 +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

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>