My entire NixOS config or something!

Setup SSH for Git/GitHub

+1 -1
+1 -1
home.nix
··· 314 314 programs.gh = { 315 315 enable = true; 316 316 settings = { 317 - git_protocol = "https"; 317 + git_protocol = "ssh"; 318 318 }; 319 319 hosts = { 320 320 "github.com" = {