feat(nix): sign nix store packages
This commit is contained in:
parent
cc6c5c50b5
commit
b8b0ae34c6
5 changed files with 14 additions and 5 deletions
|
@ -29,7 +29,9 @@ with lib;
|
|||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
fallback = true
|
||||
'';
|
||||
'' + (if config.modules.secrets.enable then ''
|
||||
secret-key-files = ${config.secrets.binary-cache-private-key}
|
||||
'' else "");
|
||||
|
||||
# nixPath = [
|
||||
# "nixpkgs=${channel.input}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue