Personal NixOS flake

fix(ssh): oops i put the port in the wrong block and broke pushing to gh

+1 -1
+1 -1
home/emily/cli/ssh.nix
··· 8 8 "m1-gitea" = { 9 9 hostname = "localhost"; 10 10 user = "git"; 11 + port = 32769; 11 12 identityFile = "~/.ssh/id_gh"; 12 13 identitiesOnly = true; 13 14 }; 14 15 "m1-github" = { 15 16 hostname = "github.com"; 16 17 user = "git"; 17 - port = 32769; 18 18 identityFile = "~/.ssh/id_gh"; 19 19 identitiesOnly = true; 20 20 };