home/config/ssh -> home/programs/ssh

also use inet for some pvv hosts
This commit is contained in:
2024-08-13 10:19:48 +02:00
parent 735c42a147
commit f20a9bd89e
5 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
{ ... }:
{
programs.ssh.matchBlocks = {
suiseir = {
user = "h7x4";
hostname = "heimen.hopto.me";
port = 23934;
};
pir = {
user = "h7x4";
hostname = "gingakei.loginto.me";
port = 41348;
};
tsukir = {
user = "h7x4";
hostname = "gingakei.loginto.me";
port = 45497;
};
"git.nani.wtf git.tsuki.local git.seiun.cloud" = {
user = "git";
hostname = "gingakei.loginto.me";
port = 45497;
};
};
}