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