nix: disable keep-derivations

This commit is contained in:
notohh 2023-10-04 21:49:45 -04:00
parent a031788676
commit 90bdbc7979
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -20,7 +20,6 @@ _: {
warn-dirty = false; warn-dirty = false;
auto-optimise-store = true; auto-optimise-store = true;
builders-use-substitutes = true; builders-use-substitutes = true;
keep-derivations = true;
keep-outputs = true; keep-outputs = true;
allowed-users = ["@wheel"]; allowed-users = ["@wheel"];
trusted-users = ["root" "@wheel"]; trusted-users = ["root" "@wheel"];