Pallas: adjust nix options
This commit is contained in:
parent
d747a71320
commit
b5997f260e
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,6 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = 5;
|
system.stateVersion = 5;
|
||||||
ids.gids.nixbld = 30000;
|
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -25,7 +24,6 @@ in
|
||||||
extra-platforms = [ "x86_64-darwin" ];
|
extra-platforms = [ "x86_64-darwin" ];
|
||||||
|
|
||||||
log-lines = 25;
|
log-lines = 25;
|
||||||
auto-optimise-store = true;
|
|
||||||
keep-derivations = true;
|
keep-derivations = true;
|
||||||
keep-outputs = true;
|
keep-outputs = true;
|
||||||
extra-nix-path = "nixpkgs=flake:nixpkgs";
|
extra-nix-path = "nixpkgs=flake:nixpkgs";
|
||||||
|
@ -53,7 +51,9 @@ in
|
||||||
connect-timeout = 5;
|
connect-timeout = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
configureBuildUsers = true;
|
optimise = {
|
||||||
|
automatic = true;
|
||||||
|
};
|
||||||
|
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue