update ssh

This commit is contained in:
♥ Minnie ♥ 2025-02-16 20:47:00 +08:00
parent d2a6aceff3
commit b777814ff4
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
5 changed files with 31 additions and 18 deletions

View file

@ -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;
};
};
}