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 - }