This website requires JavaScript.
Explore
Help
Sign In
ambroisie
/
nix-config
Watch
1
Star
0
Fork
You've already forked nix-config
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
471ecd87cc
nix-config
/
secrets
/
default.nix
3 lines
790 B
Nix
Raw
Normal View
History
Unescape
Escape
secrets: modularise Instead of reading from the 'secrets' directory all over the place, consolidate all secrets-handling inside the same module. This means that finally, the 'acme' service does not need to come read right into this repository, however this leads to a potentially unsecure setup (because I am storing passwords in the Nix store)... I have decided not to care about this relatively minor issue, but I could revisit it by using `sops-nix` in the future.
2021-02-06 13:02:27 +01:00