mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 08:03:44 +00:00
netty config
This commit is contained in:
parent
be2628e1a6
commit
02a0f0fb64
3 changed files with 7 additions and 1 deletions
3
justfile
3
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
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@
|
|||
};
|
||||
in {
|
||||
core = with pkgs; [
|
||||
bitwarden-cli
|
||||
curl
|
||||
fd
|
||||
fzf
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue