refactor: clean up SSH configuration and remove unused secrets
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 26s
Nix Format Check / check-format (push) Failing after 1m25s
Python Lint Check / check-python (push) Failing after 20s

This commit is contained in:
2025-07-15 22:42:30 +00:00
parent 663c4ba003
commit ae0c692ff8
9 changed files with 15 additions and 68 deletions

11
.gitignore vendored
View File

@@ -1,13 +1,2 @@
config/ssh/config.d/*
!config/ssh/config.d/*.gpg
logs/*
# Don't include secrets in the repository but do include encrypted secrets
!secrets/**/*.gpg
secrets/**/*.*
# SHA256 hashes of the encrypted secrets
*.sha256
# python cache
**/__pycache__/