Compare commits

..

8 commits

Author SHA1 Message Date
a58684c0a3 Add .chat to .gitignore to exclude chat files from version control 2025-04-24 01:05:19 -04:00
91ecc62472 Update readme.md 2025-04-24 01:05:19 -04:00
4c9b07a8f0 Setup git-crypt for secrets.nix, enables gnupg in nix as well. 2025-04-24 01:05:19 -04:00
3682ace397 Add 1 git-crypt collaborator
New collaborators:

	9449ECE5 Toph (decrypt git) <toph@ryot.foo>
2025-04-24 01:05:18 -04:00
b65fdb30ba Refactor user authentication to use hashed passwords across all configurations 2025-04-24 01:05:18 -04:00
167fcde3cb Add known_hosts support in SSH secrets
• Append known_hosts file generation using defined SSH entries
• Change knownHosts type from attribute set to list for simplicity
2025-04-24 01:05:18 -04:00
38087f582e Refactor git configuration to use userFullName instead of handle 2025-04-24 01:05:18 -04:00
2e4db2b86c Refactor user configuration to utilize secret-based management and remove deprecated environment files 2025-04-24 01:05:18 -04:00
2 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
nixos/modules/nextcloud/nextcloud-admin-pass nixos/modules/nextcloud/nextcloud-admin-pass
.BAK/ .BAK/
.chat
*.bak *.bak

View file

@ -20,20 +20,20 @@ sendon = success,error
; set to false to get full programm output via email ; set to false to get full programm output via email
short = true short = true
subject = [SnapRAID] Status Report: subject = [SnapRAID] Status Report:
from = snapraid@ryot.foo from =
to = admin@ryot.foo to =
; maximum email size in KiB ; maximum email size in KiB
maxsize = 500 maxsize = 500
[smtp] [smtp]
host = smtp.protonmail.ch host =
; leave empty for default port ; leave empty for default port
port = 587 port = 587
; set to "true" to activate ; set to "true" to activate
ssl = true ssl = true
tls = true tls = true
user = admin@ryot.foo user =
password = LNQTHH1CCS5XY3C3 password =
[scrub] [scrub]
; set to true to run scrub after sync ; set to true to run scrub after sync