From d878d6a634a06df569f5d8dedcb179b36aa7434c Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sun, 29 Mar 2026 17:26:29 -0400 Subject: [PATCH] remove conflicting credential helper, add --refresh to switch-netty --- home/git.nix | 2 -- justfile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/home/git.nix b/home/git.nix index fdd1057..4d68d8f 100644 --- a/home/git.nix +++ b/home/git.nix @@ -48,8 +48,6 @@ push.autoSetupRemote = true; - credential."https://github.com".helper = "!gh auth git-credential"; - "diff-so-fancy" = { markEmptyLines = true; stripLeadingSymbols = true; diff --git a/justfile b/justfile index 9d6d283..8a0c150 100644 --- a/justfile +++ b/justfile @@ -30,4 +30,4 @@ secrets-restore-files: ./scripts/restore-bw-files.sh switch-netty: - ssh root@netty "nixos-rebuild switch --flake github:harivansh-afk/nix#netty" + ssh root@netty "nixos-rebuild switch --flake github:harivansh-afk/nix#netty --refresh"