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"