Binary Cache should almost work now. Switched to older Kernel on Lilim.

This commit is contained in:
Kevin Baensch 2019-03-27 13:48:09 +01:00
parent 6fe0cbebe2
commit 782cd1efae
4 changed files with 25 additions and 9 deletions

View file

@ -9,8 +9,6 @@
extraOptions = ''
build-timeout = 86400 # 24 hours
'';
sshServe.enable = if config.services.hydra.enable then true else false;
sshServe.keys = if config.services.hydra.enable then [ (builtins.readFile /secret/nix-ssh.pub) ] else [];
binaryCachePublicKeys = [ (builtins.readFile /secret/hydra_cache.pub) ];
trustedBinaryCaches = [
"https://cache.nixos.org"