Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Coleman d4b92bb377 add new vm hosts 2022-08-12 14:14:12 -04:00
Andrew Coleman 89026fd9fe remove weird wayland env vars 2022-08-12 14:14:02 -04:00
2 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,3 @@
{{- if (eq .chezmoi.os "linux") -}}
export QT_AUTO_SCREEN_SCALE_FACTOR=1
export MOZ_ENABLE_WAYLAND=1
{{ end }}
# If not running interactively, don't do anything
[[ $- != *i* ]] && return

View File

@ -19,6 +19,15 @@ Host potassium potassium.penguincoder.org
HostName 192.168.1.60
ProxyCommand none
Host mailhog mailhog.penguincoder.org
HostName 192.168.1.59
Host gitea gitea.penguincoder.org
HostName 192.168.1.61
Host nextcloud nextcloud.penguincoder.org
HostName 192.168.1.62
Host *.penguincoder.org !git.penguincoder.org
IdentityFile ~/.ssh/selfhosted
ProxyCommand ssh -W %h:%p penguincoder.org -p 2223