added secrets management and rolled keys

Can't just have my keys out in the open air anymore :(
Rolled and encrypted my gotify keys so that you cant see my
notifications anymore
This commit is contained in:
2026-07-02 08:55:10 +01:00
parent c72c6e09b4
commit 44ba137c4e
9 changed files with 12 additions and 2 deletions

View File

@@ -11,6 +11,10 @@ exclude_files = [
".gitignore",
".session",
".gitmodules",
".gitsecret",
"*.secret",
"**/.devenv",
".secret*"
]
# Files and directories that are always symlinked, overriding `exclude_files`. Each entry is a glob pattern relative to the dotfiles directory.