nix: enable auto-optimise-store
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
612bd38fc9
commit
f2bd4e9e52
1 changed files with 4 additions and 0 deletions
|
|
@ -116,6 +116,10 @@
|
||||||
busybox
|
busybox
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Hard-link identical files in the store as new paths are added, so the
|
||||||
|
# store de-duplicates itself on every build instead of drifting.
|
||||||
|
nix.settings.auto-optimise-store = true;
|
||||||
|
|
||||||
# Offload builds to the media server. Excluded on the server itself to
|
# Offload builds to the media server. Excluded on the server itself to
|
||||||
# avoid a pointless SSH round-trip to localhost.
|
# avoid a pointless SSH round-trip to localhost.
|
||||||
nix.distributedBuilds =
|
nix.distributedBuilds =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue