update ssh
This commit is contained in:
parent
d2a6aceff3
commit
b777814ff4
5 changed files with 31 additions and 18 deletions
|
@ -2,21 +2,7 @@
|
|||
imports = [
|
||||
./git.nix
|
||||
./nvim.nix
|
||||
./ssh.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks."viridian" = {
|
||||
hostname = "viridian.home.arpa";
|
||||
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||
port = 22;
|
||||
};
|
||||
|
||||
matchBlocks."lavender" = {
|
||||
hostname = "lavender.home.arpa";
|
||||
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||
port = 22;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue