Go to file
Agatha Lovelace 28c04556dd
Tweak colorscheme; add fonts
2023-04-02 12:53:12 +02:00
common Tweak colorscheme; add fonts 2023-04-02 12:53:12 +02:00
external Add graphical configuration 2023-03-26 18:47:12 +02:00
hosts Fix sxhkd and polybar configs 2023-03-27 17:21:43 +02:00
ops/home flakes :3 2023-03-08 10:27:16 +01:00
.gitignore Initial config for migration from old Arch host 2023-02-10 18:34:46 +01:00
README.md Add laptop configuration 2023-03-26 18:33:47 +02:00
flake.lock Add laptop configuration 2023-03-26 18:33:47 +02:00
flake.nix Add laptop configuration 2023-03-26 18:33:47 +02:00

README.md

Nix Infra Config

Using colmena

Hosts

  • bloodletting: Main server
  • ritual: NixOS laptop

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
      • homepage
      • matterbridge
      • mc-e2e
      • mstdn-ebooks
      • nyandroid
      • prometheus2
    • /home/ftp

Ritual:

  • colmena apply[-local] - deploy config
  • mkdir -p ~/.gnupg - create directory for gnupg
  • manual configuration/login:
    • Firefox
      • Copy extension data
    • Element
    • Telegram Desktop
    • Geary

Rsyncd Modules

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

Reference configs used