Compare commits
2 Commits
b741d8a4db
...
d4b92bb377
Author | SHA1 | Date |
---|---|---|
Andrew Coleman | d4b92bb377 | |
Andrew Coleman | 89026fd9fe |
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue