mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
updates and smaller fixes
This commit is contained in:
parent
48576d9c61
commit
2cef422c64
4 changed files with 14 additions and 16 deletions
|
@ -13,6 +13,7 @@ in
|
|||
CanonicalDomains agdsn.network vpn.rfive.de
|
||||
PKCS11Provider /run/current-system/sw/lib/libtpm2_pkcs11.so
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
SetEnv TERM=xterm-256color
|
||||
VisualHostKey = yes
|
||||
'';
|
||||
matchBlocks = {
|
||||
|
@ -36,17 +37,13 @@ in
|
|||
};
|
||||
|
||||
# iFSR
|
||||
"fsr" = {
|
||||
hostname = "ifsr.de";
|
||||
user = "rouven.seifert";
|
||||
};
|
||||
"quitte" = {
|
||||
hostname = "quitte.ifsr.de";
|
||||
user = "root";
|
||||
user = "rouven.seifert";
|
||||
};
|
||||
"tomate" = {
|
||||
hostname = "tomate.ifsr.de";
|
||||
user = "root";
|
||||
user = "rouven.seifert";
|
||||
extraOptions = {
|
||||
ProxyJump = "tud";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue