fix(ssh): this should be an int and not a string apparently oops teehee :3c

Changed files
+1 -1
home
emily
cli
+1 -1
home/emily/cli/ssh.nix
··· 14 14 "m1-github" = { 15 15 hostname = "github.com"; 16 16 user = "git"; 17 - port = "32769"; 17 + port = 32769; 18 18 identityFile = "~/.ssh/id_gh"; 19 19 identitiesOnly = true; 20 20 };