From 9a609e1913c7cc7636caf6169d49ebb09a5da8db Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Wed, 17 Jul 2024 16:25:21 +0200 Subject: [PATCH] nix: Disable NixOS 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..1ee6ecb 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -98,6 +98,8 @@ pkgs.i2c-tools ]; + documentation.nixos.enable = false; # Reduces closure size and build time. + users.users."root".initialPassword = ""; system.stateVersion = "24.05"; }