1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

added autooptimise

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-10-26 16:41:37 +02:00
parent 189c092d92
commit 2d954de23f

View File

@ -46,6 +46,10 @@
# keyMap = "us";
# };
# updates and upkeep
nix.autoOptimiseStore = true;
# Enable the X11 windowing system.
services.xserver.enable = true;