auto optimise store

This commit is contained in:
krizej 2024-09-14 20:08:05 +02:00
parent 68ab2f14db
commit 65addb8743

View file

@ -43,7 +43,10 @@ in {
};
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
};
nixpkgs.overlays = import ../pkgs args;
nixpkgs.config.allowUnfree = true;