ajout du flag pour le client nix-serve
parent
85ee98585b
commit
0bbddfbfa0
@ -1,7 +1,9 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Cache http pour le store
|
config = mkIf config.r6d.config-generator.nix-serve-client {
|
||||||
nix.requireSignedBinaryCaches = false;
|
# Cache http pour le store
|
||||||
nix.binaryCaches = [ "http://192.168.10.169:5000" ];
|
nix.requireSignedBinaryCaches = false;
|
||||||
|
nix.binaryCaches = [ "http://192.168.10.169:5000" ];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue