mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 18:21:31 +02: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
|
||||||
nix.package = pkgs.nixFlakes;
|
nix.package = pkgs.nixFlakes;
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes" "repl-flake"];
|
nix.settings.experimental-features = ["nix-command" "flakes" "repl-flake"];
|
||||||
|
nix.settings.auto-optimise-store = true;
|
||||||
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user