mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-20 06:04:22 +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:
|
secrets-restore-files:
|
||||||
./scripts/restore-bw-files.sh
|
./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 {
|
in {
|
||||||
core = with pkgs; [
|
core = with pkgs; [
|
||||||
|
bitwarden-cli
|
||||||
curl
|
curl
|
||||||
fd
|
fd
|
||||||
fzf
|
fzf
|
||||||
|
|
|
||||||
|
|
@ -139,7 +139,9 @@ restore_ssh_key 'SSH Key - id_ed25519' 'id_ed25519'
|
||||||
restore_aws_credentials
|
restore_aws_credentials
|
||||||
restore_gcloud_adc
|
restore_gcloud_adc
|
||||||
restore_plain_note 'Machine: Codex Auth' "${HOME}/.codex/auth.json" 600
|
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
|
# GitHub CLI auth
|
||||||
if command -v gh >/dev/null 2>&1; then
|
if command -v gh >/dev/null 2>&1; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue