Added SSH-Config for mow0m
Some checks failed
/ Check Nix Flake (push) Has been cancelled

This commit is contained in:
kB01 2025-05-10 11:31:29 +02:00
parent 183f721612
commit f947e32327
No known key found for this signature in database

View file

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