Enable auto-optimisation of nix store
This commit is contained in:
parent
97fbcbbe09
commit
92aed5c025
@ -41,7 +41,10 @@
|
|||||||
nix = {
|
nix = {
|
||||||
buildMachines = [ ];
|
buildMachines = [ ];
|
||||||
distributedBuilds = false;
|
distributedBuilds = false;
|
||||||
settings.experimental-features = [ "nix-command" "flakes" ];
|
settings = {
|
||||||
|
auto-optimise-store = true;
|
||||||
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user