summary refs log tree commit diff
path: root/modules/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base.nix')
-rwxr-xr-xmodules/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base.nix b/modules/base.nix
index ffc08f9..c89f963 100755
--- a/modules/base.nix
+++ b/modules/base.nix
@@ -78,6 +78,7 @@
     "numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
   ];
   nix.settings.experimental-features = [ "nix-command" "flakes" ];
+  nix.settings.auto-optimise-store = true;
   nixpkgs.config.allowUnfree = true;
   security.sudo.wheelNeedsPassword = false;
   security.polkit.enable = true;