-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tp3: handle aichat config via sops-nix
- Loading branch information
Showing
6 changed files
with
100 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
keys: | ||
- &admin_enno_mb4 age1e6gdd6c0nf5p47jhcq8dvrcyu4vmrzvg2kd75thsgyl7pzqemunq9mfl7e | ||
- &admin_enno_tp3 age13em7fsrealzue677tdqejgsafc2sfx62h5w03ynkv0urujuc0g0stw209m | ||
creation_rules: | ||
- path_regex: secrets/tp3-home\.(yaml|json|env|ini)$ | ||
key_groups: | ||
- age: | ||
- *admin_enno_mb4 | ||
- *admin_enno_tp3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
aichat-config.yaml: ENC[AES256_GCM,data:jEAMbUg1hx+KgNY/WWM2dN+kzyR2wOpLFLG9BpAOELqJgdb+qxE+yhTN/QVnv4t+Vr5Ebdu0BwGSDOYgLTCYblXTEeT0wFswOMUCcPHETtDhf19KDMMLu+x6S73pdeP6SX/+pxQdTwz37Hd6GpjdXwKf6+Ue1Z/38eFghOgzq0wOIwGuZMA3QUBwjAMskDi/czta0gfBi6ODhtPXaDCXQq6SLSg+JA==,iv:eTv1Q3Q+k0+rYEMcqUA27G/ZMLPfTawXr0eaOvKT6yg=,tag:CcYl8eP0UjBJ77K3D3RFOw==,type:str] | ||
sops: | ||
kms: [] | ||
gcp_kms: [] | ||
azure_kv: [] | ||
hc_vault: [] | ||
age: | ||
- recipient: age13em7fsrealzue677tdqejgsafc2sfx62h5w03ynkv0urujuc0g0stw209m | ||
enc: | | ||
-----BEGIN AGE ENCRYPTED FILE----- | ||
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSBLbnlxcllHWS9UdmswOXRh | ||
eXBTcmFtem1jdXUxamtRWlZyek5KRTVXQ1NnCmRTK3dGaVR6U1drdDJnMTF1WFpO | ||
ejZZSFpjbFBPTjB0N1hPRGUzVlo5TUEKLS0tIE1TdmJiZnh3ZnFocVgzQ29aNFl4 | ||
WjdCNHZvcVlBU2t2UUU4cmIxdm9adVUKUJvYSGIZmuQGzPSwNE8ygMVniRmzM3UH | ||
ZrR4HVR+scNeM6fo4wLVwfkhJa8BXRXnB0Ngnuuwk1Fe0zyFR325jQ== | ||
-----END AGE ENCRYPTED FILE----- | ||
lastmodified: "2024-10-27T05:11:01Z" | ||
mac: ENC[AES256_GCM,data:tQOI313R2g3jIqxkRy+xIA1rDhtF/1tOtG4YaiNipdxpyRkt/WH+f/6B/IjlsrrF65XjQuu3hIzo+Y3J77LREImtxvhDJfwGIX1mLZ/vZP6x+8uNuzjkPOXwVZBSVUDibe28TtFyLjU9RVcryxyDBWeOd2avPA9ogRfF1lK46DI=,iv:UzjoCa/OpXDczioWVFmnKyDE5fM00yt7DJBBKOon2Ig=,tag:2KdchQN2ZLag6CMfnE61rQ==,type:str] | ||
pgp: [] | ||
unencrypted_suffix: _unencrypted | ||
version: 3.9.1 |