przystosowanie konfiguracji pod siebie
This commit is contained in:
14
modules/home/ssh.nix
Normal file
14
modules/home/ssh.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
_: {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
"hp-t640-homeserver" = {
|
||||
hostname = "192.168.1.156";
|
||||
user = "garand_plg";
|
||||
port = 22;
|
||||
identityFile = "~/.ssh/hp-t640-homeserver";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user