fix: reflect renames of Nix configuration options
Change-Id: I7e28ac3d71acd7d99a1d3ef97bef9422097e4abf Reviewed-on: https://cl.tvl.fyi/c/depot/+/6154 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
0c4c307926
commit
aaa994137a
5 changed files with 23 additions and 27 deletions
|
|
@ -61,10 +61,10 @@ lib.fix (self: {
|
|||
};
|
||||
};
|
||||
|
||||
nix = {
|
||||
maxJobs = 48;
|
||||
binaryCaches = [ "ssh://nix-ssh@whitby.tvl.fyi" ];
|
||||
binaryCachePublicKeys = [ "cache.tvl.fyi:fd+9d1ceCPvDX/xVhcfv8nAa6njEhAGAEe+oGJDEeoc=" ];
|
||||
nix.settings = {
|
||||
max-jobs = 48;
|
||||
substituters = [ "ssh://nix-ssh@whitby.tvl.fyi" ];
|
||||
trusted-public-keys = [ "cache.tvl.fyi:fd+9d1ceCPvDX/xVhcfv8nAa6njEhAGAEe+oGJDEeoc=" ];
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue