1
0
Fork 0

Pallas: adjust nix options

This commit is contained in:
Daniel Kempkens 2024-11-08 17:58:27 +01:00
parent d747a71320
commit b5997f260e
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -17,7 +17,6 @@ in
];
system.stateVersion = 5;
ids.gids.nixbld = 30000;
nix = {
settings = {
@ -25,7 +24,6 @@ in
extra-platforms = [ "x86_64-darwin" ];
log-lines = 25;
auto-optimise-store = true;
keep-derivations = true;
keep-outputs = true;
extra-nix-path = "nixpkgs=flake:nixpkgs";
@ -53,7 +51,9 @@ in
connect-timeout = 5;
};
configureBuildUsers = true;
optimise = {
automatic = true;
};
distributedBuilds = true;