mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
This commit is contained in:
parent
183f721612
commit
f947e32327
|
|
@ -122,6 +122,20 @@ in {
|
|||
identityFile = "/home/kb/.ssh/master@kb-senfnvp";
|
||||
port = 9553;
|
||||
};
|
||||
programs.ssh.matchBlocks."master@mow0m" = {
|
||||
host = "mow0m";
|
||||
hostname = "mow0m.lan";
|
||||
user = "master";
|
||||
identityFile = "/home/kb/.ssh/master@mow0m";
|
||||
port = 9553;
|
||||
};
|
||||
programs.ssh.matchBlocks."remoteunlock-mow0m" = {
|
||||
host = "mow0m";
|
||||
hostname = "mow0m.lan";
|
||||
user = "root";
|
||||
identityFile = "/home/kb/.ssh/remoteunlock-mow0m";
|
||||
port = 2550;
|
||||
};
|
||||
|
||||
programs.helix.enable = true;
|
||||
programs.helix.defaultEditor = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue