diff --git a/.config/plasmavaultrc b/.config/plasmavaultrc index fe3272e..c5621f6 100644 --- a/.config/plasmavaultrc +++ b/.config/plasmavaultrc @@ -11,7 +11,7 @@ offlineOnly=false activities= backend=cryfs lastError=Cannot create the mount point (code: 0) -lastStatus=2 +lastStatus=1 mountPoint=/home/joe/Vaults/NSFW name=NSFW offlineOnly=false diff --git a/.gitconfig b/.gitconfig index fb9c7d1..225cac4 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,3 +20,5 @@ rebase = false [branch] autosetuprebase = always +[safe] + directory = /opt/flutter diff --git a/.ssh/config b/.ssh/config index 3f34539..3c99ff2 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,5 +1,9 @@ # SSH For my own hosts # Supermicro machine in the server rack +Host 10.85.3.30 + HostName 10.85.3.30 + User joe + Host crawler.kitsunehosting.net HostName crawler.kitsunehosting.net User joe