From 292e066cb1a0c1b7de95955fb9db197fadbea006 Mon Sep 17 00:00:00 2001 From: oddlama Date: Sun, 14 Jul 2024 14:12:32 +0200 Subject: [PATCH] chore: disable documentation generation --- config/system.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/system.nix b/config/system.nix index 649ce18..90e33a7 100644 --- a/config/system.nix +++ b/config/system.nix @@ -3,6 +3,8 @@ pkgs, ... }: { + documentation.nixos.enable = false; + # Disable sudo which is entierly unnecessary. security.sudo.enable = false;