Mirror — primary at git.dannydannydanny.me
Find a file
Danny 83dd92d738 shipyard staging gets a stable URL: b3.dannydannydanny.me
Drop the cloudflared Quick Tunnel (URL changed on every restart →
unworkable for shipyard's apps.json). Move to the same pattern
every other tenant uses:

- vps-relay Caddy: new virtualHost b3.dannydannydanny.me →
  reverse_proxy to sunken-ship's ZT IPv6 :8081.
- sunken-ship: open port 8081 on the zt+ firewall interface
  (was 8080 + 8091, now 8080 + 8081 + 8091).
- fitness-bot-shipyard service: set WEBAPP_URL=https://b3...
  so start.py skips its own tunnel attempt; drop pkgs.cloudflared
  from path now that nothing in the unit needs it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 14:00:39 +02:00
assets chore: remove unused Alacritty duplicates and dead script 2026-03-24 10:20:10 +01:00
bashscripts fix: setting sound scheme: No Sounds 🐛 2025-07-28 13:44:05 +00:00
docs docs: update stale dotfiles/nixos flake paths 📝 2026-04-20 20:28:05 +02:00
flake-modules feat: vps fail2ban + shared server-debug-tools module 🛡️ 2026-04-25 13:51:19 +02:00
lib refactor(nix): move flake to repo root 🚚 2026-04-19 15:19:59 +02:00
modules feat: vps fail2ban + shared server-debug-tools module 🛡️ 2026-04-25 13:51:19 +02:00
nixos shipyard staging gets a stable URL: b3.dannydannydanny.me 2026-05-10 14:00:39 +02:00
raycast-scripts fix(nixos): replace removed light option and harden char-count script 2026-03-24 12:58:40 +01:00
scripts docs: update stale dotfiles/nixos flake paths 📝 2026-04-20 20:28:05 +02:00
sops feat(clan): add vps-relay + strip bbbot cloudflared 🚢 2026-04-24 13:43:21 +02:00
vars feat(clan): add vps-relay + strip bbbot cloudflared 🚢 2026-04-24 13:43:21 +02:00
.editorconfig 🎨 expand editorconfig for makefile & brewfile 2022-05-31 15:14:03 +02:00
.gitignore feat: add OpenClaw gateway to phantom-ship 🤖 2026-04-03 12:02:02 +02:00
AGENTS.md docs: update stale dotfiles/nixos flake paths 📝 2026-04-20 20:28:05 +02:00
CLAUDE.md refactor(nix): move flake to repo root 🚚 2026-04-19 15:19:59 +02:00
firefox-scrolling.md 📝 doc: update firefox-scrolling.md 2024-06-03 21:59:43 +02:00
flake.lock chore(flake): bump clan-community fork (dm-send-deploy narHash skip) 🔖 2026-04-20 20:06:08 +02:00
flake.nix feat(clan): re-enable dm-pull-deploy via forked clan-community 🌊 2026-04-20 19:58:16 +02:00
LICENSE Initial commit 2022-03-28 15:12:54 +02:00
README.md docs: update stale dotfiles/nixos flake paths 📝 2026-04-20 20:28:05 +02:00
server-quickstart.md docs: update stale dotfiles/nixos flake paths 📝 2026-04-20 20:28:05 +02:00
TODO.md chore: add server alerting to TODO 🔔 2026-04-01 10:23:36 +02:00

dotfiles

nixos + tmux + fish + neovim

Extension of dannydannydanny/methodology.

Roadmap

Windows

  • System sounds: None. Language/keyboard: en_US.
  • Powertoys — remap CAPS to L-CTRL.
  • Alacritty — config: %AppData%/alacritty/alacritty.yml.

WSL

Quickstart:

nix-shell -p gh git
gh auth login
gh repo clone dannydannydanny/dotfiles && cd dotfiles
# git checkout <branch>  # if needed
sudo nixos-rebuild switch --flake ~/dotfiles#wsl

Clone via SSH

One key per purpose; see AGENTS.md and docs/ssh-and-secrets.md. Otherwise clone with HTTPS.

ssh-keygen -q -t ed25519 -N '' -f ~/.ssh/id_ed25519_github <<<y
cat ~/.ssh/id_ed25519_github.pub   # add at https://github.com/settings/ssh/new
eval $(ssh-agent -s)   # fish: eval (ssh-agent -c)
ssh-add ~/.ssh/id_ed25519_github
git clone git@github.com:DannyDannyDanny/dotfiles.git && cd dotfiles
git config user.name "DannyDannyDanny"
git config user.email "dth@taiga.ai"

Apply machine config from nixos/ (see CLAUDE.md for macOS rebuild commands or nixos/readme.md for NixOS).

Good reads