mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
modules.system.nix: add want-mass-query=true
This commit is contained in:
@@ -19,7 +19,7 @@ inputs:
|
||||
};
|
||||
initrd.sshd = {};
|
||||
nixpkgs.march = "silvermont";
|
||||
nix.substituters = [ "https://nix-store.pc.chn.moe" ];
|
||||
nix.substituters = [ "https://nix-store.pc.chn.moe?want-mass-query=true" ];
|
||||
networking = {};
|
||||
};
|
||||
hardware = { cpus = [ "intel" ]; gpu.type = "intel"; };
|
||||
|
||||
@@ -4,7 +4,8 @@ inputs:
|
||||
{
|
||||
# marches allowed to be compiled on this machine
|
||||
marches = mkOption { type = types.nullOr (types.listOf types.nonEmptyStr); default = null; };
|
||||
substituters = mkOption { type = types.listOf types.nonEmptyStr; default = [ "https://nix-store.chn.moe" ]; };
|
||||
substituters = mkOption
|
||||
{ type = types.listOf types.nonEmptyStr; default = [ "https://nix-store.chn.moe?want-mass-query=true" ]; };
|
||||
remote =
|
||||
{
|
||||
slave =
|
||||
|
||||
Reference in New Issue
Block a user