users(cassie): add ssh for backup
Cassie Cheung 2 months ago 27863220 5ce229eb
··· 17 17 hostname = "github.com"; 18 18 user = "git"; 19 19 }; 20 20 + 21 21 + backup = { 22 22 + hostname = "koumakan"; 23 23 + user = "forgejo"; 24 24 + identityFile = "~/.ssh/id_minecraft_backup"; 25 25 + }; 20 26 }; 21 27 22 28 # extraConfig is config for the Host * block.