mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
remove conflicting credential helper, add --refresh to switch-netty
This commit is contained in:
parent
44d2284d76
commit
d878d6a634
2 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
2
justfile
2
justfile
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue