updates
This commit is contained in:
parent
06f6f5f4a6
commit
fa23dd9e01
9 changed files with 218 additions and 204 deletions
|
@ -23,5 +23,28 @@
|
|||
obsidian
|
||||
typst
|
||||
prismlauncher
|
||||
libraw
|
||||
libopenraw
|
||||
];
|
||||
|
||||
|
||||
programs.ssh.enable = true;
|
||||
programs.ssh.matchBlocks = {
|
||||
"student-linux.tudelft.nl" = {
|
||||
user = "vroest";
|
||||
};
|
||||
"cese01" = {
|
||||
hostname = "cese01.ewi.tudelft.nl";
|
||||
user = "vroest";
|
||||
proxyJump = "student-linux.tudelft.nl";
|
||||
};
|
||||
"cese" = {
|
||||
user = "root";
|
||||
hostname = "10.0.3.121";
|
||||
proxyJump = "cese01";
|
||||
};
|
||||
"bastion.olympus" = { };
|
||||
"bastion.hades" = { };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue