From a16de0d636c7874c06f9ac59cabd7c711e075db1 Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Wed, 17 Jul 2024 16:25:21 +0200 Subject: [PATCH] nix: Disable docs to reduce closure size --- nix/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/configuration.nix b/nix/configuration.nix index 0899806..144e03c 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -98,6 +98,8 @@ pkgs.i2c-tools ]; + documentation.enable = false; # Reduces closure size and build time. + users.users."root".initialPassword = ""; system.stateVersion = "24.05"; }