update on wklptop
This commit is contained in:
parent
216df5e146
commit
bc978af2c5
|
@ -2,7 +2,7 @@
|
||||||
activities=
|
activities=
|
||||||
backend=cryfs
|
backend=cryfs
|
||||||
lastError=Unknown device (code: 1)
|
lastError=Unknown device (code: 1)
|
||||||
lastStatus=2
|
lastStatus=254
|
||||||
mountPoint=/home/joe/Vaults/Blackmail
|
mountPoint=/home/joe/Vaults/Blackmail
|
||||||
name=Blackmail
|
name=Blackmail
|
||||||
offlineOnly=false
|
offlineOnly=false
|
||||||
|
@ -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=254
|
||||||
mountPoint=/home/joe/Vaults/NSFW
|
mountPoint=/home/joe/Vaults/NSFW
|
||||||
name=NSFW
|
name=NSFW
|
||||||
offlineOnly=false
|
offlineOnly=false
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
name = KenwoodFox
|
name = KenwoodFox
|
||||||
[alias]
|
[alias]
|
||||||
add-commit = !git add -A && git commit
|
add-commit = !git add -A && git commit
|
||||||
[credential]
|
|
||||||
helper = store
|
|
||||||
[global]
|
[global]
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
|
|
@ -72,3 +72,8 @@ Host devserver
|
||||||
Host stdocker1
|
Host stdocker1
|
||||||
HostName 10.20.30.225
|
HostName 10.20.30.225
|
||||||
IdentityFile ~/.ssh/stdocker
|
IdentityFile ~/.ssh/stdocker
|
||||||
|
|
||||||
|
# Argen pi
|
||||||
|
Host argen
|
||||||
|
HostName 10.20.30.224
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue