remove conflicting credential helper, add --refresh to switch-netty

This commit is contained in:
Harivansh Rathi 2026-03-29 17:26:29 -04:00
parent 44d2284d76
commit d878d6a634
2 changed files with 1 additions and 3 deletions

View file

@ -48,8 +48,6 @@
push.autoSetupRemote = true; push.autoSetupRemote = true;
credential."https://github.com".helper = "!gh auth git-credential";
"diff-so-fancy" = { "diff-so-fancy" = {
markEmptyLines = true; markEmptyLines = true;
stripLeadingSymbols = true; stripLeadingSymbols = true;

View file

@ -30,4 +30,4 @@ secrets-restore-files:
./scripts/restore-bw-files.sh ./scripts/restore-bw-files.sh
switch-netty: 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"