netty config

This commit is contained in:
Harivansh Rathi 2026-03-29 15:32:21 -04:00
parent be2628e1a6
commit 02a0f0fb64
3 changed files with 7 additions and 1 deletions

View file

@ -28,3 +28,6 @@ secrets-sync:
secrets-restore-files:
./scripts/restore-bw-files.sh
switch-netty:
nixos-rebuild switch --flake path:.#linux --target-host rathi@152.53.195.59 --build-on-remote --use-remote-sudo

View file

@ -83,6 +83,7 @@
};
in {
core = with pkgs; [
bitwarden-cli
curl
fd
fzf

View file

@ -139,7 +139,9 @@ restore_ssh_key 'SSH Key - id_ed25519' 'id_ed25519'
restore_aws_credentials
restore_gcloud_adc
restore_plain_note 'Machine: Codex Auth' "${HOME}/.codex/auth.json" 600
restore_plain_note 'Machine: Vercel Auth' "${HOME}/Library/Application Support/com.vercel.cli/auth.json" 600
if [[ "$(uname)" == "Darwin" ]]; then
restore_plain_note 'Machine: Vercel Auth' "${HOME}/Library/Application Support/com.vercel.cli/auth.json" 600
fi
# GitHub CLI auth
if command -v gh >/dev/null 2>&1; then