updates and smaller fixes

This commit is contained in:
Rouven Seifert 2024-04-22 15:24:37 +02:00
parent 48576d9c61
commit 2cef422c64
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 14 additions and 16 deletions

View file

@ -107,6 +107,7 @@
"image/ico" = image-viewers;
"x-scheme-handler/http" = browsers;
"x-scheme-handler/https" = browsers;
"x-scheme-handler/tg" = [ "org.telegram.desktop.desktop" ];
};
};
}

View file

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