We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb6ee6 commit 1f867a5Copy full SHA for 1f867a5
nixos/common/nix.nix
@@ -15,7 +15,7 @@
15
nix.settings.log-lines = lib.mkDefault 25;
16
17
# De-duplicate store paths using hardlinks
18
- nix.optimise.automatic = true;
+ nix.optimise.automatic = lib.mkDefault true;
19
20
# Avoid disk full issues
21
nix.settings.max-free = lib.mkDefault (3000 * 1024 * 1024);
0 commit comments