Skip to content

Commit

Permalink
Add SSH configuration and update hakase host profile
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Mar 20, 2024
1 parent d8e679e commit ac18d43
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions cells/home/profiles/ssh.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
inputs,
cell,
}: {
config,
pkgs,
lib,
...
}: let
l = builtins // lib;
in {
home.file.".ssh/config".text = ''
Include ~/.orbstack/ssh/config
Host satoshi
HostName satoshi.mck.cn.yousiki.top
User yousiki
Port 22
Host hakase
HostName hakase.mck.cn.yousiki.top
User yousiki
Port 22
'';
}
1 change: 1 addition & 0 deletions cells/nixos/hosts/hakase/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
inputs.cells.home.homeProfiles.core
inputs.cells.home.homeProfiles.languages
inputs.cells.home.homeProfiles.shell
inputs.cells.home.homeProfiles.ssh
];

bee.home-languages = [
Expand Down

0 comments on commit ac18d43

Please sign in to comment.