feat(nix): sign nix store packages

This commit is contained in:
Infinidoge 2022-05-16 09:19:06 -04:00
parent cc6c5c50b5
commit b8b0ae34c6
5 changed files with 14 additions and 5 deletions

View file

@ -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}"