Compare commits
No commits in common. "d4b92bb377738f4c6e3022716b9ae50d47e5e2d8" and "b741d8a4dbdf045f2be926be8bef7c9783c6dd6d" have entirely different histories.
d4b92bb377
...
b741d8a4db
|
@ -1,3 +1,7 @@
|
|||
{{- 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,15 +19,6 @@ 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