Been a bit
This commit is contained in:
parent
a8f2dd1bce
commit
99c1d3a687
|
@ -11,7 +11,7 @@ offlineOnly=false
|
||||||
activities=
|
activities=
|
||||||
backend=cryfs
|
backend=cryfs
|
||||||
lastError=Cannot create the mount point (code: 0)
|
lastError=Cannot create the mount point (code: 0)
|
||||||
lastStatus=2
|
lastStatus=1
|
||||||
mountPoint=/home/joe/Vaults/NSFW
|
mountPoint=/home/joe/Vaults/NSFW
|
||||||
name=NSFW
|
name=NSFW
|
||||||
offlineOnly=false
|
offlineOnly=false
|
||||||
|
|
|
@ -20,3 +20,5 @@
|
||||||
rebase = false
|
rebase = false
|
||||||
[branch]
|
[branch]
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
|
[safe]
|
||||||
|
directory = /opt/flutter
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# SSH For my own hosts
|
# SSH For my own hosts
|
||||||
# Supermicro machine in the server rack
|
# Supermicro machine in the server rack
|
||||||
|
Host 10.85.3.30
|
||||||
|
HostName 10.85.3.30
|
||||||
|
User joe
|
||||||
|
|
||||||
Host crawler.kitsunehosting.net
|
Host crawler.kitsunehosting.net
|
||||||
HostName crawler.kitsunehosting.net
|
HostName crawler.kitsunehosting.net
|
||||||
User joe
|
User joe
|
||||||
|
|
Loading…
Reference in New Issue