diff --git a/justfile b/justfile index d953c8a..7771811 100644 --- a/justfile +++ b/justfile @@ -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 diff --git a/lib/package-sets.nix b/lib/package-sets.nix index d4d8d9b..2d19f25 100644 --- a/lib/package-sets.nix +++ b/lib/package-sets.nix @@ -83,6 +83,7 @@ }; in { core = with pkgs; [ + bitwarden-cli curl fd fzf diff --git a/scripts/restore-bw-files.sh b/scripts/restore-bw-files.sh index 1940efa..934f56f 100755 --- a/scripts/restore-bw-files.sh +++ b/scripts/restore-bw-files.sh @@ -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