This commit is contained in:
tavo 2024-09-28 22:58:47 -06:00
parent 4ec6112398
commit e8935f71ce
3 changed files with 15 additions and 0 deletions

5
backup/hosts Normal file
View file

@ -0,0 +1,5 @@
192.168.100.83 home
192.168.100.83 movies.tavo.one
192.168.100.83 cloud.tavo.one
192.168.100.83 office.tavo.one
192.168.100.83 git.tavo.one

9
backup/ssh Normal file
View file

@ -0,0 +1,9 @@
Host home
AddressFamily inet
#HostName 192.168.100.83
HostName tavo.one
port 22
Host tavo.one
AddressFamily inet
port 21

View file

@ -52,6 +52,7 @@ export \
CM_MAX_CLIPS=10 \ CM_MAX_CLIPS=10 \
export \ export \
GIT="ssh://git@git.tavo.one/tavo" \
GITLAB="ssh://git@gitlab.com/tavo-wasd" \ GITLAB="ssh://git@gitlab.com/tavo-wasd" \
HOMELAB="ssh://drive:/home/drive/drive" \ HOMELAB="ssh://drive:/home/drive/drive" \
BOOKMARKS="$HOME/Documents/bookmarks" \ BOOKMARKS="$HOME/Documents/bookmarks" \