1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-15 17:50:51 +00:00
Commit graph

90 commits

Author SHA1 Message Date
Jörg Thalheim
66df6576f6 templates: improve docs 2023-08-30 14:35:28 +01:00
Jörg Thalheim
429007f7f3 document templates 2023-08-22 19:23:57 +01:00
Andrew Morgan
e4e1a9f9d4 Update to note accidental use of shamir secret sharing 2023-07-11 19:22:35 +01:00
Andrew Morgan
b1aa4e7107 Add some helpful tips to the README
A couple notes that tripped me up when initially trying this. I hope they can help make future journeys smoother :)

- Getting the syntax of `.sops.yaml` wrong can cause vague errors when it comes to encrypting secrets files.
- `path_regex` needs to include all file extensions that you intend to encrypt. `sops` supports YAML, JSON, ENV, INI and binary files, so suggesting that those be picked up by default seems sensible. Personally, I had trouble figuring out why `sops` wouldn't accept my `.env` file - again with a confusing error message.
2023-07-11 00:07:28 +01:00
Jörg Thalheim
8d64b1593b replace nix-shell with nix run to get sops-init-gpg-key
fixes https://github.com/Mic92/sops-nix/issues/344
2023-06-16 09:22:32 +02:00
vdbewout
f32ee4fac1
fix(readme): keygroups in .sops.yaml examples 2023-03-10 09:45:35 +01:00
geri1701
bdccb322d5
corrects small typo 2023-03-07 18:21:15 +01:00
Emanuel Johnson Godin
f78f64eccf
phase out github literal in install instructions 2023-03-02 16:27:23 +01:00
Jörg Thalheim
cf3d4c2855 drop warning on tmpfs for XDG_RUNTIME_DIR
fixes https://github.com/Mic92/sops-nix/issues/276
2023-02-21 07:09:34 +01:00
Pogobanane
a45636d7a5 readme: improve 2023-02-02 12:07:00 +01:00
Jörg Thalheim
68d25e682b Update README.md
Co-authored-by: pogobanane <38314551+pogobanane@users.noreply.github.com>
2023-02-02 11:38:03 +01:00
Janne Heß
7f38c98162 More review fixups 2023-02-02 11:38:03 +01:00
Janne Heß
3afa9ca553 Fixup review comments 2023-02-02 11:38:03 +01:00
Janne Heß
acaf36a1bf Implement home-manager support
Closes #62
Closes #163
2023-02-02 11:38:03 +01:00
lucasew
eb09a61dc9 format type: add dotenv and ini
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-01-17 10:55:52 -03:00
Jörg Kütemeier
08a2634b42
Add documentation for sops-init-gpg-key with a Curved25119 key to the README file 2023-01-05 23:08:24 +01:00
Jörg Thalheim
9cbf5804d8
Update README.md
Co-authored-by: Jonas Chevalier <zimbatm@zimbatm.com>
2022-12-04 09:10:11 +00:00
Jörg Thalheim
e4c761169e
Update README.md
Co-authored-by: Jonas Chevalier <zimbatm@zimbatm.com>
2022-12-04 09:09:31 +00:00
Jörg Thalheim
39bf96e000 README: commercial support 2022-11-24 11:38:47 +01:00
Ryan Gibb
e1c5cb7e35 As per RFC2606 use example.com in documentation 2022-11-06 13:22:10 +00:00
Janne Heß
a94c4a7d40
Remove the 21.11 version 2022-07-04 20:23:46 +02:00
Winter
1616f52031 README: remove mention of decrypting SSH private key 2022-06-23 14:24:15 -04:00
Jörg Thalheim
2a8d731e40
README: fix agenix description 2022-06-20 08:48:27 +02:00
Sarah Brofeldt
e77889971b
readme: fix typo in scalpel 2022-06-20 08:32:59 +02:00
Jörg Thalheim
67af9b179c
README: mention other projects in the field 2022-06-19 21:08:52 +02:00
Jörg Thalheim
d27137c0a1
README: add toString to sopsPGPKeyDirs
Better example to avoid: https://github.com/Mic92/sops-nix/issues/175
2022-05-13 22:46:19 +02:00
Matthieu Coudron
9d13b57162 doc: fix path towards the nobody user 2022-04-12 10:18:55 +02:00
Janne Heß
5e2f743edd
Re-add service restarts
We also have service reloads now, so add them as well
2022-03-14 17:30:56 +01:00
Jörg Thalheim
cda46de69a
README: add section about using sops-nix at evaluation time 2022-02-21 10:14:00 +01:00
Jörg Thalheim
fc22eff320
README: link to samuel's blog post 2022-02-11 18:04:25 +01:00
Janne Heß
23259ded2c Remove restart logic from README and test
The required code in nixpkgs was reverted so we should not advertise a
feature that does not work. We can revert this commit if the feature is
re-merged into 22.05 with the proper version in it.
2021-11-29 10:24:45 +01:00
virchau13
aae83a73f0
docs: fix more grammar 2021-11-21 23:57:56 +08:00
virchau13
e6866b54e6
docs: make README.md clearer
This makes several changes to the README to make reading it clearer.
- General grammar, capitalization, and punctuation fixes.
- Change the usage example into collapsible sections so the README is
  navigable.
- Merge steps 2a/2b and steps 3a/3b into steps 2 and 3, since they share
  a lot in common.
- Use age examples for .sops.yaml, instead of just GPG fingerprints.
- Make sure there is only one consistent example throughout the
  entirety of the usage example.
- Make the age/GPG/SSH trichotomy less confusing.
- Adds a source for the "GnuPG is not great software" claim.
2021-11-21 02:22:27 +08:00
Janne Heß
bac08f6919
Allow setting user passwords 2021-11-07 13:53:16 +01:00
Janne Heß
9683d128bd
Add support for restarting/reloading units 2021-11-07 12:37:57 +01:00
Jörg Thalheim
8318a036fe another test commit 2021-11-04 22:35:35 +01:00
Jörg Thalheim
b85ea605cd test commit 2021-11-04 22:20:59 +01:00
Jörg Thalheim
2e86e1698d README.md: add link to infrastructure repository 2021-10-03 17:10:32 +02:00
Janne Heß
2b9a0815ca
Implement nested secrets 2021-09-30 21:49:47 +02:00
Vanilla
1f947f9fa4
[F] Fix typo in README.md, 2a -> 2b. 2021-09-29 11:01:06 +08:00
Jörg Thalheim
38e9270b77 README: improve age config 2021-09-25 22:37:58 +02:00
Janne Heß
0b99142c90
Rename ssh-*-to-age to ssh-to-age 2021-09-24 12:09:54 +02:00
Janne Heß
f636296aff
Switch the libs to now external ones 2021-09-24 12:09:53 +02:00
Janne Heß
6c916c1f57
Add a converter from private ssh keys to age 2021-09-24 12:09:53 +02:00
Janne Heß
44d91e885e
Add review suggestions 2021-09-24 12:09:53 +02:00
Janne Heß
19089e588f
Document age usage in the README 2021-09-24 12:09:53 +02:00
Janne Heß
b21c0ce3a8
Group gnupg and age in the module 2021-09-24 12:09:52 +02:00
slekky
419e21b80f
Adding logo (#112) 2021-08-29 15:04:06 +01:00
Jörg Thalheim
c4f7025e5d
README: simplify installing sops-nix into shell.nix 2021-07-03 09:42:47 +02:00
Jörg Thalheim
73e19bf11b
Replace sops-gpg-hook with sops-import-keys-hook 2021-07-03 08:08:38 +02:00