options pour utiliser le cache nix de phenom
parent
aae5d9a4cc
commit
87a0a9d3de
@ -0,0 +1,7 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# Cache http pour le store
|
||||||
|
nix.requireSignedBinaryCaches = false;
|
||||||
|
nix.binaryCaches = [ "http://192.168.10.169:5000" ];
|
||||||
|
}
|
Loading…
Reference in New Issue