Merge remote-tracking branch 'origin/master'
commit
85ee98585b
@ -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