@@ -19,6 +19,7 @@
|
|||||||
./dotfiles
|
./dotfiles
|
||||||
./git
|
./git
|
||||||
./IDEs
|
./IDEs
|
||||||
|
./ssh
|
||||||
./tools
|
./tools
|
||||||
./zsh
|
./zsh
|
||||||
];
|
];
|
||||||
|
15
home-manager/ssh/default.nix
Normal file
15
home-manager/ssh/default.nix
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{ pkgs, inputs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.ssh = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
matchBlocks = {
|
||||||
|
"zeus" = {
|
||||||
|
hostname = "vps.noahknegt.com";
|
||||||
|
user = "noahk";
|
||||||
|
port = 22;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user