[ssh] Mostly cleaning up from hungryroot vm

This commit is contained in:
2026-09-17 09:38:54 -04:00
parent 7742e6693a
commit 5753ba3ea6
5 changed files with 18 additions and 8 deletions

View File

@ -52,5 +52,10 @@
} }
}, },
"theme": "dark-daltonized", "theme": "dark-daltonized",
"skipAutoPermissionPrompt": true "skipAutoPermissionPrompt": true,
"modelSettings": {
"claude-sonnet-5": {
"effortLevel": "high"
}
}
} }

View File

@ -5,8 +5,8 @@
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'") '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
'(package-selected-packages '(package-selected-packages
'(acp agent-shell csv-mode direnv eca ef-themes helix-theme just-mode justl '(acp agent-shell csv-mode direnv eca ef-themes ghostel helix-theme just-mode
magit-todos nov pinentry vulpea w3m)) justl magit-todos nov org-chef pinentry vulpea w3m))
'(safe-local-variable-values '((pytest-global-name . "docker-compose run --rm test --")))) '(safe-local-variable-values '((pytest-global-name . "docker-compose run --rm test --"))))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.

View File

@ -1,9 +1,6 @@
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"provider": { "provider": {
"anthropic": {
"api_key": "{env:ANTHROPIC_API_KEY}"
},
"ollama": { "ollama": {
"npm": "@ai-sdk/openai-compatible", "npm": "@ai-sdk/openai-compatible",
"name": "Ollama (hr-macos)", "name": "Ollama (hr-macos)",

View File

@ -76,7 +76,7 @@ Host vrobbler.service mopidy.service penobscotbaypress.com atlas.local dns.servi
Host bastion.unbl.ink Host bastion.unbl.ink
Port 33 Port 33
User root User powellc
Host *.local *.service Host *.local *.service
IdentityFile ~/.ssh/jails IdentityFile ~/.ssh/jails
@ -86,9 +86,13 @@ Host *.local *.service
VerifyHostKeyDNS no VerifyHostKeyDNS no
Host bastion.service Host bastion.service
User root User powellc
Port 33 Port 33
Host play.unbl.ink
User powellc
Port 44
## Jail hosts all need a jump ## Jail hosts all need a jump
#Match exec "onsubnet 192.168.40." host *.service #Match exec "onsubnet 192.168.40." host *.service
# User root # User root

View File

@ -97,3 +97,7 @@ export PATH="$VOLTA_HOME/bin:$PATH"
export ANDROID_HOME="$HOME/android-sdk" export ANDROID_HOME="$HOME/android-sdk"
export PATH="$PATH:$ANDROID_HOME/cmdline-tools/latest/bin:$ANDROID_HOME/platform-tools" export PATH="$PATH:$ANDROID_HOME/cmdline-tools/latest/bin:$ANDROID_HOME/platform-tools"
fpath+=~/.zfunc; autoload -Uz compinit; compinit
zstyle ':completion:*' menu select