diff options
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 17191407..d40b1c92 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -136,10 +136,10 @@ in { | |||
136 | KbdInteractiveAuthentication yes | 136 | KbdInteractiveAuthentication yes |
137 | UpdateHostKeys yes | 137 | UpdateHostKeys yes |
138 | GlobalKnownHostsFile ${pkgs.writeText "ssh_known_hosts" '' | 138 | GlobalKnownHostsFile ${pkgs.writeText "ssh_known_hosts" '' |
139 | @cert-authority *.mathinst.loc ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBUTFpVCdETCXiDSDl7YGbR1J4BLTsoBzjDtflHJGO/z ssh-pki@mgmt01 | 139 | @cert-authority *.mathinst.loc,*.math.lmu.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBUTFpVCdETCXiDSDl7YGbR1J4BLTsoBzjDtflHJGO/z ssh-pki@mgmt01 |
140 | ''} | 140 | ''} |
141 | 141 | ||
142 | Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" | 142 | Match host *.mathinst.loc,*.math.lmu.de !host ssh.math.lmu.de !exec "nc -z -w 1 %h %p &>/dev/null" |
143 | # ProxyCommand ${pkgs.socat}/bin/socat - SOCKS4A:127.0.0.1:%h:%p,socksport=8118 | 143 | # ProxyCommand ${pkgs.socat}/bin/socat - SOCKS4A:127.0.0.1:%h:%p,socksport=8118 |
144 | ProxyJump ssh.math.lmu.de | 144 | ProxyJump ssh.math.lmu.de |
145 | 145 | ||
@@ -165,7 +165,8 @@ in { | |||
165 | fira-code-mode use-package wanderlust # notmuch | 165 | fira-code-mode use-package wanderlust # notmuch |
166 | use-package-ensure-system-package git-gutter emacsScratch | 166 | use-package-ensure-system-package git-gutter emacsScratch |
167 | edit-server mediawiki editorconfig typescript-mode | 167 | edit-server mediawiki editorconfig typescript-mode |
168 | markdown-mode nftables-mode | 168 | markdown-mode nftables-mode rustic lsp-mode lsp-ui |
169 | direnv company projectile | ||
169 | ]; | 170 | ]; |
170 | }; | 171 | }; |
171 | firefox = { | 172 | firefox = { |