Enable auto-optimisation of nix store

This commit is contained in:
James Eversole 2023-06-26 12:37:11 -05:00
parent 97fbcbbe09
commit 92aed5c025

View File

@ -41,7 +41,10 @@
nix = {
buildMachines = [ ];
distributedBuilds = false;
settings.experimental-features = [ "nix-command" "flakes" ];
settings = {
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ];
};
};
boot = {