mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-17 02:00:50 +01:00
nix: Use nix-daemon to optimize store
This *shouldn't* have a negative impact on performance, and avoids having to remember to optimize the store periodically.
This commit is contained in:
parent
41571e4354
commit
393e2cb241
@ -22,6 +22,7 @@ in {
|
||||
# nix
|
||||
nix.package = pkgs.nixFlakes;
|
||||
nix.settings.experimental-features = ["nix-command" "flakes" "repl-flake"];
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user