From 52775b22d5b31c61d404c4ee078e7af53f1225e8 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 4 May 2021 10:16:53 +1000 Subject: [PATCH] nixos: Disable documentation --- profiles/host_common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/host_common.nix b/profiles/host_common.nix index 84d052c..ebc7c8f 100644 --- a/profiles/host_common.nix +++ b/profiles/host_common.nix @@ -27,6 +27,7 @@ }; time.timeZone = "Australia/Brisbane"; # Set your preferred timezone: + documentation.nixos.enable = false; # Disable documentation, save space # Set security options: security.sudo.enable = true; @@ -103,5 +104,4 @@ # Users common across MIO Ops: users.mutableUsers = false; # Remove any users not defined in here - }