Compare commits

..

7 commits

Author SHA1 Message Date
25b59f77c9 Update readme.md 2025-04-24 00:26:57 -04:00
e9eb6a553c Setup git-crypt for secrets.nix, enables gnupg in nix as well. 2025-04-23 20:00:11 -04:00
64d396f6cc Add 1 git-crypt collaborator
New collaborators:

	9449ECE5 Toph (decrypt git) <toph@ryot.foo>
2025-04-23 19:53:14 -04:00
801551afc3 Refactor user authentication to use hashed passwords across all configurations 2025-04-23 19:10:08 -04:00
ad2b8951e6 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-23 13:52:20 -04:00
37f1082010 Refactor git configuration to use userFullName instead of handle 2025-04-23 13:27:18 -04:00
a0e14b8bbb Refactor user configuration to utilize secret-based management and remove deprecated environment files 2025-04-23 01:54:59 -04:00
2 changed files with 5 additions and 6 deletions

1
.gitignore vendored
View file

@ -1,5 +1,4 @@
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 = from = snapraid@ryot.foo
to = to = admin@ryot.foo
; maximum email size in KiB ; maximum email size in KiB
maxsize = 500 maxsize = 500
[smtp] [smtp]
host = host = smtp.protonmail.ch
; 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 = user = admin@ryot.foo
password = password = LNQTHH1CCS5XY3C3
[scrub] [scrub]
; set to true to run scrub after sync ; set to true to run scrub after sync