Compare commits

...

2 Commits

2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ mkIf cfg.nix-serve-client {
(mkIf (profiles.isDubronetwork && (! computers.isPedro) && (! computers.isRollo)) "http://nix-cache.dubronetwork.fr:5001") (mkIf (profiles.isDubronetwork && (! computers.isPedro) && (! computers.isRollo)) "http://nix-cache.dubronetwork.fr:5001")
(mkIf profiles.isPrunetwork "https://cache.nixos.org/") (mkIf profiles.isPrunetwork "https://cache.nixos.org/")
(mkIf (profiles.isPrunetwork && !profiles.isServer) "http://192.168.1.20:5000") (mkIf (profiles.isPrunetwork && !profiles.isServer) "http://nix-cache.dubronetwork.fr:5001")
]; ];
extraOptions = '' extraOptions = ''
connect-timeout = 5 connect-timeout = 5

View File

@@ -181,6 +181,7 @@ in
}; };
r6d.config-generator = { r6d.config-generator = {
print = true;
virtualbox = true; virtualbox = true;
}; };
}) })