mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
feat: aerospace, wezterm config
utm for vm
This commit is contained in:
parent
5cf816da96
commit
8014e2cc45
4 changed files with 66 additions and 4 deletions
11
home/ssh.nix
11
home/ssh.nix
|
|
@ -4,12 +4,19 @@
|
|||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
"*" = {};
|
||||
"github.com" = {
|
||||
host = "github.com";
|
||||
"Github" = {
|
||||
hostname = "github.com";
|
||||
user = "git";
|
||||
identitiesOnly = true;
|
||||
identityFile = [config.sops.secrets."github_ssh_key".path];
|
||||
};
|
||||
"Valkyrie-Ubuntu_Server" = {
|
||||
hostname = "192.168.64.2";
|
||||
user = "poby";
|
||||
port = 22;
|
||||
identitiesOnly = true;
|
||||
identityFile = [config.sops.secrets."github_ssh_key".path];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue