This commit is contained in:
Vivian 2024-08-01 11:14:27 +02:00
parent 06f6f5f4a6
commit fa23dd9e01
9 changed files with 218 additions and 204 deletions

View file

@ -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" = { };
};
}