Mon Jun 3 01:09:45 AM CEST 2024
This commit is contained in:
parent
0b1b9c1481
commit
c72b114ee2
|
@ -3,14 +3,64 @@
|
|||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = [
|
||||
{
|
||||
host = "Mallorea";
|
||||
hostname = "10.1";
|
||||
includes = ["gpulab_hosts_config"];
|
||||
matchBlocks = {
|
||||
mallorea = {
|
||||
host = "mallorea";
|
||||
hostname = "server.thomasave.be";
|
||||
port = 22;
|
||||
user = "server";
|
||||
forwardAgent = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
Mallorea = {
|
||||
host = "Mallorea";
|
||||
hostname = "server.thomasave.be";
|
||||
port = 22;
|
||||
user = "server";
|
||||
forwardAgent = true;
|
||||
};
|
||||
Kell = {
|
||||
host = "Kell";
|
||||
hostname = "kell.thomasave.be";
|
||||
port = 22;
|
||||
user = "user";
|
||||
forwardAgent = true;
|
||||
};
|
||||
kell = {
|
||||
host = "kell";
|
||||
hostname = "kell.thomasave.be";
|
||||
port = 22;
|
||||
user = "user";
|
||||
forwardAgent = true;
|
||||
};
|
||||
Riva = {
|
||||
host = "Riva";
|
||||
hostname = "riva.thomasave.be";
|
||||
port = 22;
|
||||
user = "user";
|
||||
forwardAgent = true;
|
||||
};
|
||||
riva = {
|
||||
host = "riva";
|
||||
hostname = "riva.thomasave.be";
|
||||
port = 22;
|
||||
user = "user";
|
||||
forwardAgent = true;
|
||||
};
|
||||
Vault = {
|
||||
host = "Vault";
|
||||
hostname = "etienne.thomasave.be";
|
||||
port = 22;
|
||||
user = "server";
|
||||
forwardAgent = true;
|
||||
};
|
||||
vault = {
|
||||
host = "vault";
|
||||
hostname = "etienne.thomasave.be";
|
||||
port = 22;
|
||||
user = "server";
|
||||
forwardAgent = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue