Desktop : Optimise nix on every build.
This commit is contained in:
parent
ce6eb3a789
commit
16707bf167
|
@ -156,6 +156,7 @@
|
|||
|
||||
# Nix.
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
# Do not touch ever.
|
||||
system.stateVersion = "23.11";
|
||||
|
|
Reference in a new issue