Merge remote-tracking branch 'origin/master'
This commit is contained in:
7
activation-manuelle/nix-serve-client.nix
Normal file
7
activation-manuelle/nix-serve-client.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Cache http pour le store
|
||||
nix.requireSignedBinaryCaches = false;
|
||||
nix.binaryCaches = [ "http://192.168.10.169:5000" ];
|
||||
}
|
||||
Reference in New Issue
Block a user