mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 08:28:31 +02:00
updates
This commit is contained in:
parent
28526d5db2
commit
efe00fc184
9 changed files with 55 additions and 39 deletions
|
@ -36,13 +36,15 @@ in
|
|||
hostname = "login.zih.tu-dresden.de";
|
||||
user = "rose159e";
|
||||
};
|
||||
"mininet" = {
|
||||
hostname = "internet.netd.cs.tu-dresden.de";
|
||||
user = "root";
|
||||
port = 2133;
|
||||
extraOptions = {
|
||||
ProxyJump = "tud";
|
||||
};
|
||||
"*.zih.tu-dresden.de" = {
|
||||
user = "rose159e";
|
||||
};
|
||||
"*.net.tu-dresden.de" = {
|
||||
user = "rose159e";
|
||||
};
|
||||
"git@gitlab.hrz.tu-chemnitz.de" = {
|
||||
match = "Host gitlab.hrz.tu-chemnitz.de User git";
|
||||
identityFile = git;
|
||||
};
|
||||
|
||||
# iFSR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue