Fixed bincache

This commit is contained in:
Julien Malka 2021-12-25 19:21:55 +01:00
parent b727539b09
commit 0c788fd30c
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
2 changed files with 12 additions and 4 deletions

View file

@ -13,7 +13,7 @@ with lib;
nixpkgs.config.allowUnfree = true;
nix = {
autoOptimiseStore = true;
allowedUsers = [ "julien" "hydra" ];
allowedUsers = [ "julien" "hydra" "nix-serve" ];
gc = {
automatic = true;
dates = "daily";
@ -26,7 +26,7 @@ with lib;
"nixpkgs=${inputs.nixpkgs}"
];
binaryCaches = [
"https://bin.julienmalka.me"
# "https://bin.julienmalka.me"
"https://cache.nixos.org/"
];
binaryCachePublicKeys = [