Skip to content

Commit

Permalink
feat: add glass host to ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Sep 25, 2024
1 parent 02179c8 commit 3153d50
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions home-manager/mixins/users/tcarrio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ in
home = {
file."0xc/devshells".source = inputs.devshells;
file.".ssh/config".text = "
Host github.com
HostName github.com
User git
Host github.com
HostName github.com
User git
Host glass
Hostname glass
User tcarrio
";
sessionVariables = {
# ...
Expand Down

0 comments on commit 3153d50

Please sign in to comment.