From 2d954de23f8ef229b4ae276edee95e311e1ce4f4 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Tue, 26 Oct 2021 16:41:37 +0200 Subject: [PATCH] added autooptimise Signed-off-by: Stefan Ellmauthaler --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 413e115..acb23fe 100644 --- a/configuration.nix +++ b/configuration.nix @@ -46,6 +46,10 @@ # keyMap = "us"; # }; + # updates and upkeep + nix.autoOptimiseStore = true; + + # Enable the X11 windowing system. services.xserver.enable = true;