mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 06:07:37 +00:00
Added comments about seccureKeys for configuration files encryption
svn path=/nixos/trunk/; revision=12342
This commit is contained in:
parent
48ec05d257
commit
0ac32cbb99
@ -2467,7 +2467,13 @@
|
||||
default = /var/elliptic-keys/public;
|
||||
description = "
|
||||
Public key. Make it path argument, so it is copied into store and
|
||||
hashed.
|
||||
hashed.
|
||||
|
||||
The key is used to encrypt Gateway 6 configuration in store, as it
|
||||
contains a password for external service. Unfortunately,
|
||||
derivation file should be protected by other means. For example,
|
||||
nix-http-export.cgi will happily export any non-derivation path,
|
||||
but not a derivation.
|
||||
";
|
||||
};
|
||||
private = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user