ajout du cache nixos normal.
* la définition d'un server de cache supprimait cache.nixos.org de la liste Pour le voir nixos-option nix.binaryCaches
This commit is contained in:
@@ -8,7 +8,8 @@ in {
|
|||||||
# Cache http pour le store
|
# Cache http pour le store
|
||||||
requireSignedBinaryCaches = false;
|
requireSignedBinaryCaches = false;
|
||||||
binaryCaches = [
|
binaryCaches = [
|
||||||
(mkIf (profiles.isDubronetwork && (! computers.isMonstre)) "http://192.168.10.169:5000")
|
("https://cache.nixos.org/")
|
||||||
|
(mkIf (profiles.isDubronetwork && (! computers.isMonstre)) "http://192.168.10.169:5000")
|
||||||
(mkIf profiles.isDubronetwork "http://192.168.10.252:5000")
|
(mkIf profiles.isDubronetwork "http://192.168.10.252:5000")
|
||||||
|
|
||||||
(mkIf profiles.isPrunetwork "http://192.168.1.20:5000")
|
(mkIf profiles.isPrunetwork "http://192.168.1.20:5000")
|
||||||
|
|||||||
Reference in New Issue
Block a user