Skip to content

Commit

Permalink
Add jcrk.synology.me to ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Dec 12, 2024
1 parent 8c5b40c commit e971316
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/home-manager/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ in {
user = "git";
identityFile = "${home}/.ssh/gitlab_rsa";
};

"jcrk.synology.me" = {
user = "xxlpitu";
port = 10022;
};
} // (let
ips = import ../default/wireguard-network/ips.nix;
clientIps = lib.filterAttrs (key: _: key != "Ryan-Laptop") ips;
Expand Down

0 comments on commit e971316

Please sign in to comment.